Html Css Color HEX #047F9F Eastern Blue

📋 copy color: '#047F9F'

red 4 ◦ green 127 ◦ blue 159

#047F9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #047F9F

Tints of Eastern Blue #047F9F

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 value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#047F9F (or 0x047F9F) is known color: 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

RGB 4 127 159 -
CMYK 0.97 0.20 0 0.38
HSL 192.39º 0.95% 0.32% -
HSV(B) 192.39º 0.97% 0.62% -
XYZ 13.9 17.71 35.49 -
YUV 93.87 164.75 63.9 -
System Red Green Blue C M Y K H S L
Decimal 4 127 159 0.97 0.20 0 0.38 192.39 0.95 0.32
Hex 4 7F 9F 61 14 0 26 C0 5F 20
Octal 4 177 237 141 24 0 46 300 137 40
Binary 100 1111111 10011111 1100001 10100 0 100110 11000000 1011111 100000

Color Harmonies of #047F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047F9F

Black with #047F9F

Text Example


Text Example

White with #047F9F

Text Example


Text Example

HTML Codes & Css Web 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>