Html Css Color HEX #047992 Eastern Blue

📋 copy color: '#047992'

red 4 ◦ green 121 ◦ blue 146

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

Shades of Eastern Blue #047992

Tints of Eastern Blue #047992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.65%

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

R = 1.48%
G = 44.65%
B = 53.87%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#047992 (or 0x047992) is known color: Eastern Blue. HEX triplet: 04, 79 and 92. RGB value is (4,121,146). Sum of RGB (Red+Green+Blue) = 4+121+146=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #047992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047992 is #FB866D. Grayscale: #585858. Windows color (decimal): -16483950 or 9599236. OLE color: 9599236.

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

Color convert

RGB 4 121 146 -
CMYK 0.97 0.17 0 0.43
HSL 190.56º 0.95% 0.29% -
HSV(B) 190.56º 0.97% 0.57% -
XYZ 12.08 15.78 29.6 -
YUV 88.87 160.24 67.47 -
System Red Green Blue C M Y K H S L
Decimal 4 121 146 0.97 0.17 0 0.43 190.56 0.95 0.29
Hex 4 79 92 61 11 0 2B BF 5F 1D
Octal 4 171 222 141 21 0 53 277 137 35
Binary 100 1111001 10010010 1100001 10001 0 101011 10111111 1011111 11101

Color Harmonies of #047992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047992

Black with #047992

Text Example


Text Example

White with #047992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047992; }

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

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

background-color css

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

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

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

border-color css

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

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

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