#047892

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

Shades of Eastern Blue #047892

Tints of Eastern Blue #047892

Color information

#047892 (or 0x047892) is unknown color: approx Eastern Blue. HEX triplet: 04, 78 and 92. RGB value is (4,120,146). Sum of RGB (Red+Green+Blue) = 4+120+146=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #047892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047892 is #FB876D. Grayscale: #585858. Windows color (decimal): -16484206 or 9598980. OLE color: 9598980.

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

Color convert

RGB4120146-
CMYK0.970.1800.43
HSL190.99º94.67%29.41%-
HSV(B)190.99º97.26%57.25%-
XYZ11.9515.5329.56-
YUV88.28160.5767.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.48%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=1.48%
G=44.44%
B=54.07%

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
Decimal41201460.970.1800.43190.9994.6729.41
Hex47892611202Bbf5f1d
Octal41702221412205327713735
Binary100111100010010010110000110010010101110111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047892; }

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

 H1.HeaderClassName
 {
   color: #047892;
 }
 .AnyTagClassName
 {
   color: #047892;
 }
</style>
background-color css

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

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

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

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

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

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