#04856A

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

Shades of Observatory #04856A

Tints of Observatory #04856A

Color information

#04856A (or 0x04856A) is unknown color: approx Observatory. HEX triplet: 04, 85 and 6A. RGB value is (4,133,106). Sum of RGB (Red+Green+Blue) = 4+133+106=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #04856A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04856A is #FB7A95. Grayscale: #5B5B5B. Windows color (decimal): -16480918 or 6980868. OLE color: 6980868.

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

Color convert

RGB4133106-
CMYK0.9700.200.48
HSL167.44º94.16%26.86%-
HSV(B)167.44º96.99%52.16%-
XYZ11.0417.8416.5-
YUV91.35136.2665.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 133 (52.34% from 255) = 54.73%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=1.65%
G=54.73%
B=43.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41331060.9700.200.48167.4494.1626.86
Hex4856A6101430a75e1b
Octal42051521410246024713633
Binary100100001011101010110000101010011000010100111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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