#047895

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

Shades of Eastern Blue #047895

Tints of Eastern Blue #047895

Color information

#047895 (or 0x047895) is unknown color: approx Eastern Blue. HEX triplet: 04, 78 and 95. RGB value is (4,120,149). Sum of RGB (Red+Green+Blue) = 4+120+149=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #047895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047895 is #FB876A. Grayscale: #585858. Windows color (decimal): -16484203 or 9795588. OLE color: 9795588.

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

Color convert

RGB4120149-
CMYK0.970.1900.42
HSL192º94.77%30%-
HSV(B)192º97.32%58.43%-
XYZ12.1915.6330.81-
YUV88.62162.0767.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.47%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 149 (58.59% from 255) = 54.58%
R=1.47%
G=43.96%
B=54.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41201490.970.1900.4219294.7730
Hex47895611302Ac05f1e
Octal41702251412305230013736
Binary100111100010010101110000110011010101011000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047895; }

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

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

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

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

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

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

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

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