Html Css Color HEX #949AAB Manatee

📋 copy color: '#949AAB'

red 148 ◦ green 154 ◦ blue 171

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

Shades of Manatee #949AAB

Tints of Manatee #949AAB

RGB

 RED value IS 148 (58.2% 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 value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#949AAB (or 0x949AAB) is known color: 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

RGB 148 154 171 -
CMYK 0.13 0.10 0 0.33
HSL 224.35º 0.12% 0.63% -
HSV(B) 224.35º 0.13% 0.67% -
XYZ 31.12 32.35 43.13 -
YUV 154.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 148 154 171 0.13 0.10 0 0.33 224.35 0.12 0.63
Hex 94 9A AB D A 0 21 E0 C 3F
Octal 224 232 253 15 12 0 41 340 14 77
Binary 10010100 10011010 10101011 1101 1010 0 100001 11100000 1100 111111

Color Harmonies of #949AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949AAB

Black with #949AAB

Text Example


Text Example

White with #949AAB

Text Example


Text Example

HTML Codes & Css Web 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>