#949799

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

Shades of Grey Chateau #949799

Tints of Grey Chateau #949799

Color information

#949799 (or 0x949799) is unknown color: approx Grey Chateau. HEX triplet: 94, 97 and 99. RGB value is (148,151,153). Sum of RGB (Red+Green+Blue) = 148+151+153=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 153 - color contains mainly: blue. Hex color #949799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949799 is #6B6866. Grayscale: #969696. Windows color (decimal): -7039079 or 10065812. OLE color: 10065812.

HSL color Cylindrical-coordinate representation of color #949799: hue angle of 204º 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 #949799 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB148151153-
CMYK0.030.0100.4
HSL204º2.39%59.02%-
HSV(B)204º3.27%60%-
XYZ29.0330.7334.54-
YUV150.33129.51126.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=32.74%
G=33.41%
B=33.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481511530.030.0100.42042.3959.02
Hex94979931028cc23b
Octal22422723131050314273
Binary10010100100101111001100111101010001100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949799; }

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

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

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

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

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

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

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

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