#047F9F

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

Shades of Eastern Blue #047F9F

Tints of Eastern Blue #047F9F

Color information

#047F9F (or 0x047F9F) is unknown color: approx Eastern Blue. HEX triplet: 04, 7F and 9F. RGB value is (4,127,159). Sum of RGB (Red+Green+Blue) = 4+127+159=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #047F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047F9F is #FB8060. Grayscale: #5D5D5D. Windows color (decimal): -16482401 or 10452740. OLE color: 10452740.

HSL color Cylindrical-coordinate representation of color #047F9F: hue angle of 192.39º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F9F is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4127159-
CMYK0.970.2000.38
HSL192.39º95.09%31.96%-
HSV(B)192.39º97.48%62.35%-
XYZ13.917.7135.49-
YUV93.87164.7563.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 127 (50% from 255) = 43.79%
BLUE value IS 159 (62.5% from 255) = 54.83%
R=1.38%
G=43.79%
B=54.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41271590.970.2000.38192.3995.0931.96
Hex47F9F6114026c05f20
Octal41772371412404630013740
Binary1001111111100111111100001101000100110110000001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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