Html Css Color HEX #04856C Observatory

📋 copy color: '#04856C'

red 4 ◦ green 133 ◦ blue 108

#04856C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #04856C

Tints of Observatory #04856C

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 value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#04856C (or 0x04856C) is known color: 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

RGB 4 133 108 -
CMYK 0.97 0 0.19 0.48
HSL 168.37º 0.94% 0.27% -
HSV(B) 168.37º 0.97% 0.52% -
XYZ 11.14 17.88 17.05 -
YUV 91.58 137.26 65.53 -
System Red Green Blue C M Y K H S L
Decimal 4 133 108 0.97 0 0.19 0.48 168.37 0.94 0.27
Hex 4 85 6C 61 0 13 30 A8 5E 1B
Octal 4 205 154 141 0 23 60 250 136 33
Binary 100 10000101 1101100 1100001 0 10011 110000 10101000 1011110 11011

Color Harmonies of #04856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04856C

Black with #04856C

Text Example


Text Example

White with #04856C

Text Example


Text Example

HTML Codes & Css Web 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>