#047792

Color #047792 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #047792

Tints of Eastern Blue #047792

Color information

#047792 (or 0x047792) is unknown color: approx 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

RGB4119146-
CMYK0.970.1800.43
HSL191.41º94.67%29.41%-
HSV(B)191.41º97.26%57.25%-
XYZ11.8415.2929.52-
YUV87.69160.968.3-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41191460.970.1800.43191.4194.6729.41
Hex47792611202Bbf5f1d
Octal41672221412205327713735
Binary100111011110010010110000110010010101110111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>