#04856D

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

Shades of Observatory #04856D

Tints of Observatory #04856D

Color information

#04856D (or 0x04856D) is unknown color: approx Observatory. HEX triplet: 04, 85 and 6D. RGB value is (4,133,109). Sum of RGB (Red+Green+Blue) = 4+133+109=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #04856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04856D is #FB7A92. Grayscale: #5B5B5B. Windows color (decimal): -16480915 or 7177476. OLE color: 7177476.

HSL color Cylindrical-coordinate representation of color #04856D: hue angle of 168.84º 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 #04856D is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB4133109-
CMYK0.9700.180.48
HSL168.84º94.16%26.86%-
HSV(B)168.84º96.99%52.16%-
XYZ11.217.917.33-
YUV91.69137.7665.45-

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.07%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=1.63%
G=54.07%
B=44.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41331090.9700.180.48168.8494.1626.86
Hex4856D6101230a95e1b
Octal42051551410226025113633
Binary100100001011101101110000101001011000010101001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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