#049372

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

Shades of Observatory #049372

Tints of Observatory #049372

Color information

#049372 (or 0x049372) is unknown color: approx Observatory. HEX triplet: 04, 93 and 72. RGB value is (4,147,114). Sum of RGB (Red+Green+Blue) = 4+147+114=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #049372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049372 is #FB6C8D. Grayscale: #646464. Windows color (decimal): -16477326 or 7508740. OLE color: 7508740.

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

Color convert

RGB4147114-
CMYK0.9700.220.42
HSL166.15º94.7%29.61%-
HSV(B)166.15º97.28%57.65%-
XYZ13.5222.1119.47-
YUV100.48135.6259.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.51%
GREEN value IS 147 (57.81% from 255) = 55.47%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=1.51%
G=55.47%
B=43.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41471140.9700.220.42166.1594.729.61
Hex49372610162Aa65f1e
Octal42231621410265224613736
Binary100100100111110010110000101011010101010100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049372; }

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

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

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

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

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

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

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

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