Html Css Color HEX #047490 Eastern Blue

📋 copy color: '#047490'

red 4 ◦ green 116 ◦ blue 144

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

Shades of Eastern Blue #047490

Tints of Eastern Blue #047490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.94%

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 1.52%
G = 43.94%
B = 54.55%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#047490 (or 0x047490) is known color: Eastern Blue. HEX triplet: 04, 74 and 90. RGB value is (4,116,144). Sum of RGB (Red+Green+Blue) = 4+116+144=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #047490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047490 is #FB8B6F. Grayscale: #555555. Windows color (decimal): -16485232 or 9466884. OLE color: 9466884.

HSL color Cylindrical-coordinate representation of color #047490: hue angle of 192º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047490 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 116 144 -
CMYK 0.97 0.19 0 0.44
HSL 192º 0.95% 0.29% -
HSV(B) 192º 0.97% 0.56% -
XYZ 11.33 14.53 28.59 -
YUV 85.7 160.89 69.72 -
System Red Green Blue C M Y K H S L
Decimal 4 116 144 0.97 0.19 0 0.44 192 0.95 0.29
Hex 4 74 90 61 13 0 2C C0 5F 1D
Octal 4 164 220 141 23 0 54 300 137 35
Binary 100 1110100 10010000 1100001 10011 0 101100 11000000 1011111 11101

Color Harmonies of #047490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047490

Black with #047490

Text Example


Text Example

White with #047490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047490; }

 p { color: rgb(4,116,144); }

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

background-color css

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

 a { background-color: rgb(4,116,144); }

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

border-color css

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

 span { border-color: rgb(4,116,144); }

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