#049472

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

Shades of Observatory #049472

Tints of Observatory #049472

Color information

#049472 (or 0x049472) is unknown color: approx Observatory. HEX triplet: 04, 94 and 72. RGB value is (4,148,114). Sum of RGB (Red+Green+Blue) = 4+148+114=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #049472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049472 is #FB6B8D. Grayscale: #656565. Windows color (decimal): -16477070 or 7508996. OLE color: 7508996.

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

Color convert

RGB4148114-
CMYK0.9700.230.42
HSL165.83º94.74%29.8%-
HSV(B)165.83º97.3%58.04%-
XYZ13.6822.4219.53-
YUV101.07135.2958.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.50%
GREEN value IS 148 (58.20% from 255) = 55.64%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=1.50%
G=55.64%
B=42.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41481140.9700.230.42165.8394.7429.8
Hex49472610172Aa65f1e
Octal42241621410275224613736
Binary100100101001110010110000101011110101010100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049472; }

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

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

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

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

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

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

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

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