#949CAC

Color #949CAC Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #949CAC

Tints of Rock Blue #949CAC

Color information

#949CAC (or 0x949CAC) is unknown color: approx Rock Blue. HEX triplet: 94, 9C and AC. RGB value is (148,156,172). Sum of RGB (Red+Green+Blue) = 148+156+172=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #949CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949CAC is #6B6353. Grayscale: #9B9B9B. Windows color (decimal): -7037780 or 11312276. OLE color: 11312276.

HSL color Cylindrical-coordinate representation of color #949CAC: hue angle of 220º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #949CAC is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148156172-
CMYK0.140.0900.33
HSL220º12.63%62.75%-
HSV(B)220º13.95%67.45%-
XYZ31.5533.0543.75-
YUV155.43137.35122.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.09%
GREEN value IS 156 (61.33% from 255) = 32.77%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=31.09%
G=32.77%
B=36.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481561720.140.0900.3322012.6362.75
Hex949CACE9021dcd3f
Octal22423425416110413341577
Binary100101001001110010101100111010010100001110111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,156,172); }

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

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

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

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

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

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

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