#049568

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

Shades of Observatory #049568

Tints of Observatory #049568

Color information

#049568 (or 0x049568) is unknown color: approx Observatory. HEX triplet: 04, 95 and 68. RGB value is (4,149,104). Sum of RGB (Red+Green+Blue) = 4+149+104=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #049568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049568 is #FB6A97. Grayscale: #646464. Windows color (decimal): -16476824 or 6853892. OLE color: 6853892.

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

Color convert

RGB4149104-
CMYK0.9700.300.42
HSL161.38º94.77%30%-
HSV(B)161.38º97.32%58.43%-
XYZ13.322.5216.74-
YUV100.51129.9659.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.56%
GREEN value IS 149 (58.59% from 255) = 57.98%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=1.56%
G=57.98%
B=40.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41491040.9700.300.42161.3894.7730
Hex495686101E2Aa15f1e
Octal42251501410365224113736
Binary100100101011101000110000101111010101010100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049568; }

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

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

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

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

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

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

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

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