Html Css Color HEX #04866E Observatory

📋 copy color: '#04866E'

red 4 ◦ green 134 ◦ blue 110

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

Shades of Observatory #04866E

Tints of Observatory #04866E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.35%

R = 1.61%
G = 54.03%
B = 44.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#04866E (or 0x04866E) is known color: Observatory. HEX triplet: 04, 86 and 6E. RGB value is (4,134,110). Sum of RGB (Red+Green+Blue) = 4+134+110=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #04866E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04866E is #FB7991. Grayscale: #5C5C5C. Windows color (decimal): -16480658 or 7243268. OLE color: 7243268.

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

Color convert

RGB 4 134 110 -
CMYK 0.97 0 0.18 0.47
HSL 168.92º 0.94% 0.27% -
HSV(B) 168.92º 0.97% 0.53% -
XYZ 11.39 18.2 17.66 -
YUV 92.39 137.93 64.95 -
System Red Green Blue C M Y K H S L
Decimal 4 134 110 0.97 0 0.18 0.47 168.92 0.94 0.27
Hex 4 86 6E 61 0 12 2F A9 5E 1B
Octal 4 206 156 141 0 22 57 251 136 33
Binary 100 10000110 1101110 1100001 0 10010 101111 10101001 1011110 11011

Color Harmonies of #04866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04866E

Black with #04866E

Text Example


Text Example

White with #04866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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