Html Css Color HEX #047792 Eastern Blue

📋 copy color: '#047792'

red 4 ◦ green 119 ◦ blue 146

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

Shades of Eastern Blue #047792

Tints of Eastern Blue #047792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.24%

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

R = 1.49%
G = 44.24%
B = 54.28%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#047792 (or 0x047792) is known color: Eastern Blue. HEX triplet: 04, 77 and 92. RGB value is (4,119,146). Sum of RGB (Red+Green+Blue) = 4+119+146=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #047792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047792 is #FB886D. Grayscale: #575757. Windows color (decimal): -16484462 or 9598724. OLE color: 9598724.

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

Color convert

RGB 4 119 146 -
CMYK 0.97 0.18 0 0.43
HSL 191.41º 0.95% 0.29% -
HSV(B) 191.41º 0.97% 0.57% -
XYZ 11.84 15.29 29.52 -
YUV 87.69 160.9 68.3 -
System Red Green Blue C M Y K H S L
Decimal 4 119 146 0.97 0.18 0 0.43 191.41 0.95 0.29
Hex 4 77 92 61 12 0 2B BF 5F 1D
Octal 4 167 222 141 22 0 53 277 137 35
Binary 100 1110111 10010010 1100001 10010 0 101011 10111111 1011111 11101

Color Harmonies of #047792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047792

Black with #047792

Text Example


Text Example

White with #047792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047792; }

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

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

background-color css

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

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

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

border-color css

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

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

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