Html Css Color HEX #047F96 Eastern Blue

📋 copy color: '#047F96'

red 4 ◦ green 127 ◦ blue 150

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

Shades of Eastern Blue #047F96

Tints of Eastern Blue #047F96

RGB

 RED value IS 4 (1.95% from 255) = 1.42%

 GREEN value IS 127 (50% from 255) = 45.2%

 BLUE value IS 150 (58.98% from 255) = 53.38%

R = 1.42%
G = 45.2%
B = 53.38%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#047F96 (or 0x047F96) is known color: Eastern Blue. HEX triplet: 04, 7F and 96. RGB value is (4,127,150). Sum of RGB (Red+Green+Blue) = 4+127+150=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #047F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047F96 is #FB8069. Grayscale: #5C5C5C. Windows color (decimal): -16482410 or 9862916. OLE color: 9862916.

HSL color Cylindrical-coordinate representation of color #047F96: hue angle of 189.45º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F96 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 127 150 -
CMYK 0.97 0.15 0 0.41
HSL 189.45º 0.95% 0.3% -
HSV(B) 189.45º 0.97% 0.59% -
XYZ 13.14 17.41 31.52 -
YUV 92.85 160.25 64.63 -
System Red Green Blue C M Y K H S L
Decimal 4 127 150 0.97 0.15 0 0.41 189.45 0.95 0.3
Hex 4 7F 96 61 F 0 29 BD 5F 1E
Octal 4 177 226 141 17 0 51 275 137 36
Binary 100 1111111 10010110 1100001 1111 0 101001 10111101 1011111 11110

Color Harmonies of #047F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047F96

Black with #047F96

Text Example


Text Example

White with #047F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #047F96;
 }
 .AnyTagClassName
 {
   color: #047F96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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