#04856C

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

Shades of Observatory #04856C

Tints of Observatory #04856C

Color information

#04856C (or 0x04856C) is unknown color: approx Observatory. HEX triplet: 04, 85 and 6C. RGB value is (4,133,108). Sum of RGB (Red+Green+Blue) = 4+133+108=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #04856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04856C is #FB7A93. Grayscale: #5B5B5B. Windows color (decimal): -16480916 or 7111940. OLE color: 7111940.

HSL color Cylindrical-coordinate representation of color #04856C: hue angle of 168.37º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04856C is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB4133108-
CMYK0.9700.190.48
HSL168.37º94.16%26.86%-
HSV(B)168.37º96.99%52.16%-
XYZ11.1417.8817.05-
YUV91.58137.2665.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.63%
GREEN value IS 133 (52.34% from 255) = 54.29%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=1.63%
G=54.29%
B=44.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41331080.9700.190.48168.3794.1626.86
Hex4856C6101330a85e1b
Octal42051541410236025013633
Binary100100001011101100110000101001111000010101000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04856C; }

 p { color: rgb(4,133,108); }

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

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

 a { background-color: rgb(4,133,108); }

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

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

 span { border-color: rgb(4,133,108); }

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