#047893

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

Shades of Eastern Blue #047893

Tints of Eastern Blue #047893

Color information

#047893 (or 0x047893) is unknown color: approx Eastern Blue. HEX triplet: 04, 78 and 93. RGB value is (4,120,147). Sum of RGB (Red+Green+Blue) = 4+120+147=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #047893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047893 is #FB876C. Grayscale: #585858. Windows color (decimal): -16484205 or 9664516. OLE color: 9664516.

HSL color Cylindrical-coordinate representation of color #047893: hue angle of 191.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047893 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4120147-
CMYK0.970.1800.42
HSL191.33º94.7%29.61%-
HSV(B)191.33º97.28%57.65%-
XYZ12.0315.5729.97-
YUV88.39161.0767.8-

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.28%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=1.48%
G=44.28%
B=54.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41201470.970.1800.42191.3394.729.61
Hex47893611202Abf5f1e
Octal41702231412205227713736
Binary100111100010010011110000110010010101010111111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047893; }

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

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

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

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

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

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

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

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