#949EAB

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

Shades of Grey Chateau #949EAB

Tints of Grey Chateau #949EAB

Color information

#949EAB (or 0x949EAB) is unknown color: approx Grey Chateau. HEX triplet: 94, 9E and AB. RGB value is (148,158,171). Sum of RGB (Red+Green+Blue) = 148+158+171=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #949EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949EAB is #6B6154. Grayscale: #9C9C9C. Windows color (decimal): -7037269 or 11247252. OLE color: 11247252.

HSL color Cylindrical-coordinate representation of color #949EAB: hue angle of 213.91º 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 #949EAB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148158171-
CMYK0.130.0800.33
HSL213.91º12.04%62.55%-
HSV(B)213.91º13.45%67.06%-
XYZ31.7933.6943.36-
YUV156.49136.19121.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 158 (62.11% from 255) = 33.12%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=31.03%
G=33.12%
B=35.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481581710.130.0800.33213.9112.0462.55
Hex949EABD8021d6c3f
Octal22423625315100413261477
Binary100101001001111010101011110110000100001110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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