Html Css Color HEX #9499A4 Manatee

📋 copy color: '#9499A4'

red 148 ◦ green 153 ◦ blue 164

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

Shades of Manatee #9499A4

Tints of Manatee #9499A4

RGB

 RED value IS 148 (58.2% from 255) = 31.83%

 GREEN value IS 153 (60.16% from 255) = 32.9%

 BLUE value IS 164 (64.45% from 255) = 35.27%

R = 31.83%
G = 32.9%
B = 35.27%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9499A4 (or 0x9499A4) is known color: Manatee. HEX triplet: 94, 99 and A4. RGB value is (148,153,164). Sum of RGB (Red+Green+Blue) = 148+153+164=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 164 - color contains mainly: blue. Hex color #9499A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9499A4 is #6B665B. Grayscale: #989898. Windows color (decimal): -7038556 or 10787220. OLE color: 10787220.

HSL color Cylindrical-coordinate representation of color #9499A4: hue angle of 221.25º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9499A4 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 153 164 -
CMYK 0.10 0.07 0 0.36
HSL 221.25º 0.08% 0.61% -
HSV(B) 221.25º 0.1% 0.64% -
XYZ 30.3 31.76 39.65 -
YUV 152.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 148 153 164 0.10 0.07 0 0.36 221.25 0.08 0.61
Hex 94 99 A4 A 7 0 24 DD 8 3D
Octal 224 231 244 12 7 0 44 335 10 75
Binary 10010100 10011001 10100100 1010 111 0 100100 11011101 1000 111101

Color Harmonies of #9499A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9499A4

Black with #9499A4

Text Example


Text Example

White with #9499A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9499A4;
 }
 .AnyTagClassName
 {
   color: #9499A4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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