Html Css Color HEX #047690 Eastern Blue

📋 copy color: '#047690'

red 4 ◦ green 118 ◦ blue 144

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

Shades of Eastern Blue #047690

Tints of Eastern Blue #047690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.36%

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

R = 1.5%
G = 44.36%
B = 54.14%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#047690 (or 0x047690) is known color: Eastern Blue. HEX triplet: 04, 76 and 90. RGB value is (4,118,144). Sum of RGB (Red+Green+Blue) = 4+118+144=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #047690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047690 is #FB896F. Grayscale: #565656. Windows color (decimal): -16484720 or 9467396. OLE color: 9467396.

HSL color Cylindrical-coordinate representation of color #047690: hue angle of 191.14º 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 #047690 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 118 144 -
CMYK 0.97 0.18 0 0.44
HSL 191.14º 0.95% 0.29% -
HSV(B) 191.14º 0.97% 0.56% -
XYZ 11.56 15 28.67 -
YUV 86.88 160.23 68.89 -
System Red Green Blue C M Y K H S L
Decimal 4 118 144 0.97 0.18 0 0.44 191.14 0.95 0.29
Hex 4 76 90 61 12 0 2C BF 5F 1D
Octal 4 166 220 141 22 0 54 277 137 35
Binary 100 1110110 10010000 1100001 10010 0 101100 10111111 1011111 11101

Color Harmonies of #047690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047690

Black with #047690

Text Example


Text Example

White with #047690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047690; }

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

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

background-color css

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

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

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

border-color css

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

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

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