#049068

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

Shades of Observatory #049068

Tints of Observatory #049068

Color information

#049068 (or 0x049068) is unknown color: approx Observatory. HEX triplet: 04, 90 and 68. RGB value is (4,144,104). Sum of RGB (Red+Green+Blue) = 4+144+104=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #049068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049068 is #FB6F97. Grayscale: #616161. Windows color (decimal): -16478104 or 6852612. OLE color: 6852612.

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

Color convert

RGB4144104-
CMYK0.9700.280.44
HSL162.86º94.59%29.02%-
HSV(B)162.86º97.22%56.47%-
XYZ12.5220.9716.48-
YUV97.58131.6261.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 144 (56.64% from 255) = 57.14%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=1.59%
G=57.14%
B=41.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41441040.9700.280.44162.8694.5929.02
Hex490686101C2Ca35f1d
Octal42201501410345424313735
Binary100100100001101000110000101110010110010100011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049068; }

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

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

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

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

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

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

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

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