#949BA3

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

Shades of Grey Chateau #949BA3

Tints of Grey Chateau #949BA3

Color information

#949BA3 (or 0x949BA3) is unknown color: approx Grey Chateau. HEX triplet: 94, 9B and A3. RGB value is (148,155,163). Sum of RGB (Red+Green+Blue) = 148+155+163=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 163 - color contains mainly: blue. Hex color #949BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949BA3 is #6B645C. Grayscale: #999999. Windows color (decimal): -7038045 or 10722196. OLE color: 10722196.

HSL color Cylindrical-coordinate representation of color #949BA3: hue angle of 212º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #949BA3 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB148155163-
CMYK0.090.0500.36
HSL212º7.54%60.98%-
HSV(B)212º9.2%63.92%-
XYZ30.5432.3839.29-
YUV153.82133.18123.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.76%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 163 (64.06% from 255) = 34.98%
R=31.76%
G=33.26%
B=34.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481551630.090.0500.362127.5460.98
Hex949BA395024d483d
Octal2242332431150443241075
Binary10010100100110111010001110011010100100110101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,155,163); }

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

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

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

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

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

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

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