#9499AA

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

Shades of Manatee #9499AA

Tints of Manatee #9499AA

Color information

#9499AA (or 0x9499AA) is unknown color: approx Manatee. HEX triplet: 94, 99 and AA. RGB value is (148,153,170). Sum of RGB (Red+Green+Blue) = 148+153+170=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #9499AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9499AA is #6B6655. Grayscale: #999999. Windows color (decimal): -7038550 or 11180436. OLE color: 11180436.

HSL color Cylindrical-coordinate representation of color #9499AA: hue angle of 226.36º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9499AA is Cyan = 0.13, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148153170-
CMYK0.130.100.33
HSL226.36º11.46%62.35%-
HSV(B)226.36º12.94%66.67%-
XYZ30.8631.9842.58-
YUV153.44137.34124.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=31.42%
G=32.48%
B=36.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481531700.130.100.33226.3611.4662.35
Hex9499AADA021e2b3e
Octal22423125215120413421376
Binary100101001001100110101010110110100100001111000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9499AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9499AA; }

 p { color: rgb(148,153,170); }

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

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

 a { background-color: rgb(148,153,170); }

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

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

 span { border-color: rgb(148,153,170); }

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