Html Css Color HEX #047692 Eastern Blue

📋 copy color: '#047692'

red 4 ◦ green 118 ◦ blue 146

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

Shades of Eastern Blue #047692

Tints of Eastern Blue #047692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 1.49%
G = 44.03%
B = 54.48%

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

#047692 (or 0x047692) is known color: Eastern Blue. HEX triplet: 04, 76 and 92. RGB value is (4,118,146). Sum of RGB (Red+Green+Blue) = 4+118+146=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #047692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047692 is #FB896D. Grayscale: #565656. Windows color (decimal): -16484718 or 9598468. OLE color: 9598468.

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

Color convert

RGB 4 118 146 -
CMYK 0.97 0.19 0 0.43
HSL 191.83º 0.95% 0.29% -
HSV(B) 191.83º 0.97% 0.57% -
XYZ 11.72 15.06 29.48 -
YUV 87.11 161.23 68.72 -
System Red Green Blue C M Y K H S L
Decimal 4 118 146 0.97 0.19 0 0.43 191.83 0.95 0.29
Hex 4 76 92 61 13 0 2B C0 5F 1D
Octal 4 166 222 141 23 0 53 300 137 35
Binary 100 1110110 10010010 1100001 10011 0 101011 11000000 1011111 11101

Color Harmonies of #047692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047692

Black with #047692

Text Example


Text Example

White with #047692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047692; }

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

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

background-color css

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

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

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

border-color css

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

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

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