#949499

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

Shades of Grey Suit #949499

Tints of Grey Suit #949499

Color information

#949499 (or 0x949499) is unknown color: approx Grey Suit. HEX triplet: 94, 94 and 99. RGB value is (148,148,153). Sum of RGB (Red+Green+Blue) = 148+148+153=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 153 - color contains mainly: blue. Hex color #949499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949499 is #6B6B66. Grayscale: #949494. Windows color (decimal): -7039847 or 10065044. OLE color: 10065044.

HSL color Cylindrical-coordinate representation of color #949499: hue angle of 240º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #949499 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB148148153-
CMYK0.030.0300.4
HSL240º2.39%59.02%-
HSV(B)240º3.27%60%-
XYZ28.5529.7834.38-
YUV148.57130.5127.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.96%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 153 (60.16% from 255) = 34.08%
R=32.96%
G=32.96%
B=34.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481481530.030.0300.42402.3959.02
Hex94949933028f023b
Octal22422423133050360273
Binary100101001001010010011001111101010001111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949499; }

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

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

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

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

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

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

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

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