#848490

Color #848490 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #848490

Tints of Manatee #848490

Color information

#848490 (or 0x848490) is unknown color: approx Manatee. HEX triplet: 84, 84 and 90. RGB value is (132,132,144). Sum of RGB (Red+Green+Blue) = 132+132+144=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 144 - color contains mainly: blue. Hex color #848490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848490 is #7B7B6F. Grayscale: #858585. Windows color (decimal): -8092528 or 9471108. OLE color: 9471108.

HSL color Cylindrical-coordinate representation of color #848490: hue angle of 240º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #848490 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132132144-
CMYK0.080.0800.44
HSL240º5.13%54.12%-
HSV(B)240º8.33%56.47%-
XYZ22.823.4229.7-
YUV133.37134127.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=32.35%
G=32.35%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321321440.080.0800.442405.1354.12
Hex8484908802Cf0536
Octal2042042201010054360566
Binary10000100100001001001000010001000010110011110000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848490; }

 p { color: rgb(132,132,144); }

 H1.HeaderClassName
 {
   color: #848490;
 }
 .AnyTagClassName
 {
   color: #848490;
 }
</style>
background-color css

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

 a { background-color: rgb(132,132,144); }

 div.DivClassName
 {
   background-color: #848490;
 }
 .BgClassName
 {
   background-color: #848490;
 }
</style>
border-color css

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

 span { border-color: rgb(132,132,144); }

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