COLOR #48729B

HEX: #48729B
RGB: (72,114,155)

Renk bilgisi

#48729B contains mainly green and blue colors. #48729B ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#48729B color RGB value is (72,114,155).

  • kırmız ton 72;
  • yeşil ton 114;
  • mavi ton 155.
RGB:
(72,114,155)
(28%,45%,61%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 114 of 255 = 45%
B 155 of 255 = 61%

72
114
155

R + G + B ~ 45%. #48729B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 114 + 155 = 341 (100%)
R 72 of 341 ~ 21.11%
G 114 of 341 ~ 33.43%
B 155 of 341 ~ 45.45%

%21.11
%33.43
%45.45

CMYK RENK MODELİ

#48729B rengi CMYK tonu (54,26,0,39).

  • camgöbeği tonu 53.55%
  • eflatun tonu 26.45%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(54,26,0,39)
C54M26Y0K39 
(54%,26%,0%,39%)
(0.54/0.26/0.00/0.39)	

CMYK yüzdeleri

%53.55
%26.45
%0
%39.22

Codes

Color #48729B in popluar color models

48729B
RGB72114155
HSL210°36.56%44.51%
HSB/HSV210°53.55%60.78%
CMYK53.55%26.45%0.00%
39.22%

Color #48729B in popluar number systems.

HEX48729B
Decimal72114155
Binary1001000111001010011011
Octal110162233

Shades and tints

Shades of #48729B

#48729B
(72,114,155)
#42688D
(66,104,141)
#3C5E7F
(60,94,127)
#365471
(54,84,113)
#304A63
(48,74,99)
#2A4055
(42,64,85)
#243647
(36,54,71)
#1E2C39
(30,44,57)
#18222B
(24,34,43)
#12181D
(18,24,29)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #48729B

#48729B
(72,114,155)
#587EA4
(88,126,164)
#688AAD
(104,138,173)
#7896B6
(120,150,182)
#88A2BF
(136,162,191)
#98AEC8
(152,174,200)
#A8BAD1
(168,186,209)
#B8C6DA
(184,198,218)
#C8D2E3
(200,210,227)
#D8DEEC
(216,222,236)
#E8EAF5
(232,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48729B color. Also use rgb(72,114,155) instead hex code.

Text Font Color

.myTextColor { color: #48729B; }

<p style="color:#48729B">This sample text font color is #48729B.</p>

This text font color is #48729B.


Background Color

.myBgColor { background-color: #48729B; }

<div style="background-color:#48729B">Inner text</div>

This div background color is #48729B.


Border color

.myBorderColor { border: 1px solid #48729B; }

<div style="border:3px solid #48729B">Div</div>

This div border color is #48729B.


Opacity

.myOpacity80 { color: #48729B; opacity: 0.8; }

<p style="color:#48729B;opacity:0.8;">80%</p>

Text with #48729B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #48729B;}

<p style="text-shadow: 3px 3px 1px #48729B">Text here.</p>

This text has shadow with #48729B color.

.textShadow {text-shadow: 3px 3px 1px #48729B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #48729B, 5px 5px 20px red">Text here.</p>

This text has shadow with #48729B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48729B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#48729B, Direction=45, Strength=4)">Text</p>

This text has shadow with #48729B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #48729B;
  -webkit-box-shadow:	1px 1px 3px 2px #48729B;
  box-shadow:		1px 1px 3px 2px #48729B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48729B;
-webkit-box-shadow: 1px 1px 3px 2px #48729B;
box-shadow:1px 1px 3px 2px #48729B;">
Div content here</div>
This div box has shadow with color #48729B.

Preview

Color preview on black background

This text has color #48729B on black background.


Color preview on white background

This text has color #48729B on white background.



Black color preview on #48729B background

This text has black color on #48729B background.


White color preview on #48729B background

This text has white color on #48729B background.