#949AAB

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

Shades of Manatee #949AAB

Tints of Manatee #949AAB

Color information

#949AAB (or 0x949AAB) is unknown color: approx Manatee. HEX triplet: 94, 9A and AB. RGB value is (148,154,171). Sum of RGB (Red+Green+Blue) = 148+154+171=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #949AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949AAB is #6B6554. Grayscale: #9A9A9A. Windows color (decimal): -7038293 or 11246228. OLE color: 11246228.

HSL color Cylindrical-coordinate representation of color #949AAB: hue angle of 224.35º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #949AAB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148154171-
CMYK0.130.1000.33
HSL224.35º12.04%62.55%-
HSV(B)224.35º13.45%67.06%-
XYZ31.1232.3543.13-
YUV154.14137.51123.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=31.29%
G=32.56%
B=36.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481541710.130.1000.33224.3512.0462.55
Hex949AABDA021e0c3f
Octal22423225315120413401477
Binary100101001001101010101011110110100100001111000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949AAB; }

 p { color: rgb(148,154,171); }

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

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

 a { background-color: rgb(148,154,171); }

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

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

 span { border-color: rgb(148,154,171); }

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