Html Css Color HEX #04866D Observatory

📋 copy color: '#04866D'

red 4 ◦ green 134 ◦ blue 109

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

Shades of Observatory #04866D

Tints of Observatory #04866D

RGB

 RED value IS 4 (1.95% from 255) = 1.62%

 GREEN value IS 134 (52.73% from 255) = 54.25%

 BLUE value IS 109 (42.97% from 255) = 44.13%

R = 1.62%
G = 54.25%
B = 44.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#04866D (or 0x04866D) is known color: Observatory. HEX triplet: 04, 86 and 6D. RGB value is (4,134,109). Sum of RGB (Red+Green+Blue) = 4+134+109=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #04866D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04866D is #FB7992. Grayscale: #5C5C5C. Windows color (decimal): -16480659 or 7177732. OLE color: 7177732.

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

Color convert

RGB 4 134 109 -
CMYK 0.97 0 0.19 0.47
HSL 168.46º 0.94% 0.27% -
HSV(B) 168.46º 0.97% 0.53% -
XYZ 11.34 18.18 17.38 -
YUV 92.28 137.43 65.03 -
System Red Green Blue C M Y K H S L
Decimal 4 134 109 0.97 0 0.19 0.47 168.46 0.94 0.27
Hex 4 86 6D 61 0 13 2F A8 5E 1B
Octal 4 206 155 141 0 23 57 250 136 33
Binary 100 10000110 1101101 1100001 0 10011 101111 10101000 1011110 11011

Color Harmonies of #04866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04866D

Black with #04866D

Text Example


Text Example

White with #04866D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04866D;
 }
 .AnyTagClassName
 {
   color: #04866D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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