#047F9B

Color #047F9B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #047F9B

Tints of Eastern Blue #047F9B

Color information

#047F9B (or 0x047F9B) is unknown color: approx Eastern Blue. HEX triplet: 04, 7F and 9B. RGB value is (4,127,155). Sum of RGB (Red+Green+Blue) = 4+127+155=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #047F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047F9B is #FB8064. Grayscale: #5D5D5D. Windows color (decimal): -16482405 or 10190596. OLE color: 10190596.

HSL color Cylindrical-coordinate representation of color #047F9B: hue angle of 191.13º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F9B is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4127155-
CMYK0.970.1800.39
HSL191.13º94.97%31.18%-
HSV(B)191.13º97.42%60.78%-
XYZ13.5617.5733.69-
YUV93.42162.7564.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 127 (50% from 255) = 44.41%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=1.40%
G=44.41%
B=54.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41271550.970.1800.39191.1394.9731.18
Hex47F9B6112027bf5f1f
Octal41772331412204727713737
Binary100111111110011011110000110010010011110111111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047F9B; }

 p { color: rgb(4,127,155); }

 H1.HeaderClassName
 {
   color: #047F9B;
 }
 .AnyTagClassName
 {
   color: #047F9B;
 }
</style>
background-color css

<style>
 a { background-color: #047F9B; }

 a { background-color: rgb(4,127,155); }

 div.DivClassName
 {
   background-color: #047F9B;
 }
 .BgClassName
 {
   background-color: #047F9B;
 }
</style>
border-color css

<style>
 span { border-color: #047F9B; }

 span { border-color: rgb(4,127,155); }

 td.TdClassName
 {
   border-color: #047F9B;
 }
 .TagClassName
 {
   border-color: #047F9B;
 }
</style>