COLOR #047499

HEX: #047499
RGB: (4,116,153)

Renk bilgisi

#047499 contains mainly green and blue colors. #047499 ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#047499 color RGB value is (4,116,153).

  • kırmız ton 4;
  • yeşil ton 116;
  • mavi ton 153.
RGB:
(4,116,153)
(2%,45%,60%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 116 of 255 = 45%
B 153 of 255 = 60%

4
116
153

R + G + B ~ 36%. #047499 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 116 + 153 = 273 (100%)
R 4 of 273 ~ 1.47%
G 116 of 273 ~ 42.49%
B 153 of 273 ~ 56.04%

%42.49
%56.04

CMYK RENK MODELİ

#047499 rengi CMYK tonu (97,24,0,40).

  • camgöbeği tonu 97.39%
  • eflatun tonu 24.18%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(97,24,0,40)
C97M24Y0K40 
(97%,24%,0%,40%)
(0.97/0.24/0.00/0.40)	

CMYK yüzdeleri

%97.39
%24.18
%0
%40

Codes

Color #047499 in popluar color models

047499
RGB4116153
HSL195°94.90%30.78%
HSB/HSV195°97.39%60.00%
CMYK97.39%24.18%0.00%
40.00%

Color #047499 in popluar number systems.

HEX047499
Decimal4116153
Binary100111010010011001
Octal4164231

Shades and tints

Shades of #047499

#047499
(4,116,153)
#046A8C
(4,106,140)
#04607F
(4,96,127)
#045672
(4,86,114)
#044C65
(4,76,101)
#044258
(4,66,88)
#04384B
(4,56,75)
#042E3E
(4,46,62)
#042431
(4,36,49)
#041A24
(4,26,36)
#041017
(4,16,23)
#000000
(0,0,0)

Tints of #047499

#047499
(4,116,153)
#1A80A2
(26,128,162)
#308CAB
(48,140,171)
#4698B4
(70,152,180)
#5CA4BD
(92,164,189)
#72B0C6
(114,176,198)
#88BCCF
(136,188,207)
#9EC8D8
(158,200,216)
#B4D4E1
(180,212,225)
#CAE0EA
(202,224,234)
#E0ECF3
(224,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #047499 color. Also use rgb(4,116,153) instead hex code.

Text Font Color

.myTextColor { color: #047499; }

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

This text font color is #047499.


Background Color

.myBgColor { background-color: #047499; }

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

This div background color is #047499.


Border color

.myBorderColor { border: 1px solid #047499; }

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

This div border color is #047499.


Opacity

.myOpacity80 { color: #047499; opacity: 0.8; }

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

Text with #047499 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 #047499;}

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

This text has shadow with #047499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047499 on black background.


Color preview on white background

This text has color #047499 on white background.



Black color preview on #047499 background

This text has black color on #047499 background.


White color preview on #047499 background

This text has white color on #047499 background.