#047995

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

Shades of Eastern Blue #047995

Tints of Eastern Blue #047995

Color information

#047995 (or 0x047995) is unknown color: approx Eastern Blue. HEX triplet: 04, 79 and 95. RGB value is (4,121,149). Sum of RGB (Red+Green+Blue) = 4+121+149=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #047995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047995 is #FB866A. Grayscale: #585858. Windows color (decimal): -16483947 or 9795844. OLE color: 9795844.

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

Color convert

RGB4121149-
CMYK0.970.1900.42
HSL191.59º94.77%30%-
HSV(B)191.59º97.32%58.43%-
XYZ12.3115.8730.85-
YUV89.21161.7467.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.46%
GREEN value IS 121 (47.66% from 255) = 44.16%
BLUE value IS 149 (58.59% from 255) = 54.38%
R=1.46%
G=44.16%
B=54.38%

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
Decimal41211490.970.1900.42191.5994.7730
Hex47995611302Ac05f1e
Octal41712251412305230013736
Binary100111100110010101110000110011010101011000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047995; }

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

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

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

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

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

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

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

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