Html Css Color HEX #047F99 Eastern Blue

📋 copy color: '#047F99'

red 4 ◦ green 127 ◦ blue 153

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

Shades of Eastern Blue #047F99

Tints of Eastern Blue #047F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.87%

R = 1.41%
G = 44.72%
B = 53.87%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#047F99 (or 0x047F99) is known color: Eastern Blue. HEX triplet: 04, 7F and 99. RGB value is (4,127,153). Sum of RGB (Red+Green+Blue) = 4+127+153=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #047F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047F99 is #FB8066. Grayscale: #5C5C5C. Windows color (decimal): -16482407 or 10059524. OLE color: 10059524.

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

Color convert

RGB 4 127 153 -
CMYK 0.97 0.17 0 0.4
HSL 190.47º 0.95% 0.31% -
HSV(B) 190.47º 0.97% 0.6% -
XYZ 13.39 17.5 32.81 -
YUV 93.19 161.75 64.39 -
System Red Green Blue C M Y K H S L
Decimal 4 127 153 0.97 0.17 0 0.4 190.47 0.95 0.31
Hex 4 7F 99 61 11 0 28 BE 5F 1F
Octal 4 177 231 141 21 0 50 276 137 37
Binary 100 1111111 10011001 1100001 10001 0 101000 10111110 1011111 11111

Color Harmonies of #047F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047F99

Black with #047F99

Text Example


Text Example

White with #047F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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