Html Css Color HEX #04886A Observatory

📋 copy color: '#04886A'

red 4 ◦ green 136 ◦ blue 106

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

Shades of Observatory #04886A

Tints of Observatory #04886A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.28%

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 1.63%
G = 55.28%
B = 43.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#04886A (or 0x04886A) is known color: Observatory. HEX triplet: 04, 88 and 6A. RGB value is (4,136,106). Sum of RGB (Red+Green+Blue) = 4+136+106=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #04886A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04886A is #FB7795. Grayscale: #5D5D5D. Windows color (decimal): -16480150 or 6981636. OLE color: 6981636.

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

Color convert

RGB 4 136 106 -
CMYK 0.97 0 0.22 0.47
HSL 166.36º 0.94% 0.27% -
HSV(B) 166.36º 0.97% 0.53% -
XYZ 11.46 18.67 16.64 -
YUV 93.11 135.27 64.44 -
System Red Green Blue C M Y K H S L
Decimal 4 136 106 0.97 0 0.22 0.47 166.36 0.94 0.27
Hex 4 88 6A 61 0 16 2F A6 5E 1B
Octal 4 210 152 141 0 26 57 246 136 33
Binary 100 10001000 1101010 1100001 0 10110 101111 10100110 1011110 11011

Color Harmonies of #04886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04886A

Black with #04886A

Text Example


Text Example

White with #04886A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04886A;
 }
 .AnyTagClassName
 {
   color: #04886A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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