Html Css Color HEX #04896C Observatory

📋 copy color: '#04896C'

red 4 ◦ green 137 ◦ blue 108

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

Shades of Observatory #04896C

Tints of Observatory #04896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.02%

 BLUE value IS 108 (42.58% from 255) = 43.37%

R = 1.61%
G = 55.02%
B = 43.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#04896C (or 0x04896C) is known color: Observatory. HEX triplet: 04, 89 and 6C. RGB value is (4,137,108). Sum of RGB (Red+Green+Blue) = 4+137+108=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #04896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04896C is #FB7693. Grayscale: #5D5D5D. Windows color (decimal): -16479892 or 7112964. OLE color: 7112964.

HSL color Cylindrical-coordinate representation of color #04896C: hue angle of 166.92º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04896C is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 137 108 -
CMYK 0.97 0 0.21 0.46
HSL 166.92º 0.94% 0.28% -
HSV(B) 166.92º 0.97% 0.54% -
XYZ 11.7 19 17.24 -
YUV 93.93 135.94 63.86 -
System Red Green Blue C M Y K H S L
Decimal 4 137 108 0.97 0 0.21 0.46 166.92 0.94 0.28
Hex 4 89 6C 61 0 15 2E A7 5E 1C
Octal 4 211 154 141 0 25 56 247 136 34
Binary 100 10001001 1101100 1100001 0 10101 101110 10100111 1011110 11100

Color Harmonies of #04896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04896C

Black with #04896C

Text Example


Text Example

White with #04896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04896C; }

 p { color: rgb(4,137,108); }

 H1.HeaderClassName
 {
   color: #04896C;
 }
 .AnyTagClassName
 {
   color: #04896C;
 }
</style>

background-color css

<style>
 a { background-color: #04896C; }

 a { background-color: rgb(4,137,108); }

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

border-color css

<style>
 span { border-color: #04896C; }

 span { border-color: rgb(4,137,108); }

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