#049075

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

Shades of Observatory #049075

Tints of Observatory #049075

Color information

#049075 (or 0x049075) is unknown color: approx Observatory. HEX triplet: 04, 90 and 75. RGB value is (4,144,117). Sum of RGB (Red+Green+Blue) = 4+144+117=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #049075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049075 is #FB6F8A. Grayscale: #636363. Windows color (decimal): -16478091 or 7704580. OLE color: 7704580.

HSL color Cylindrical-coordinate representation of color #049075: hue angle of 168.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049075 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB4144117-
CMYK0.9700.190.44
HSL168.43º94.59%29.02%-
HSV(B)168.43º97.22%56.47%-
XYZ13.2321.2620.24-
YUV99.06138.1260.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.51%
GREEN value IS 144 (56.64% from 255) = 54.34%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=1.51%
G=54.34%
B=44.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41441170.9700.190.44168.4394.5929.02
Hex49075610132Ca85f1d
Octal42201651410235425013735
Binary100100100001110101110000101001110110010101000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049075; }

 p { color: rgb(4,144,117); }

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

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

 a { background-color: rgb(4,144,117); }

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

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

 span { border-color: rgb(4,144,117); }

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