Html Css Color HEX #047691 Eastern Blue

📋 copy color: '#047691'

red 4 ◦ green 118 ◦ blue 145

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

Shades of Eastern Blue #047691

Tints of Eastern Blue #047691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.31%

R = 1.5%
G = 44.19%
B = 54.31%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#047691 (or 0x047691) is known color: Eastern Blue. HEX triplet: 04, 76 and 91. RGB value is (4,118,145). Sum of RGB (Red+Green+Blue) = 4+118+145=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #047691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047691 is #FB896E. Grayscale: #565656. Windows color (decimal): -16484719 or 9532932. OLE color: 9532932.

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

Color convert

RGB 4 118 145 -
CMYK 0.97 0.19 0 0.43
HSL 191.49º 0.95% 0.29% -
HSV(B) 191.49º 0.97% 0.57% -
XYZ 11.64 15.03 29.08 -
YUV 86.99 160.73 68.8 -
System Red Green Blue C M Y K H S L
Decimal 4 118 145 0.97 0.19 0 0.43 191.49 0.95 0.29
Hex 4 76 91 61 13 0 2B BF 5F 1D
Octal 4 166 221 141 23 0 53 277 137 35
Binary 100 1110110 10010001 1100001 10011 0 101011 10111111 1011111 11101

Color Harmonies of #047691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047691

Black with #047691

Text Example


Text Example

White with #047691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047691; }

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

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

background-color css

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

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

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

border-color css

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

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

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