#949CAB

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

Shades of Rock Blue #949CAB

Tints of Rock Blue #949CAB

Color information

#949CAB (or 0x949CAB) is unknown color: approx Rock Blue. HEX triplet: 94, 9C and AB. RGB value is (148,156,171). Sum of RGB (Red+Green+Blue) = 148+156+171=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #949CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949CAB is #6B6354. Grayscale: #9B9B9B. Windows color (decimal): -7037781 or 11246740. OLE color: 11246740.

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

Color convert

RGB148156171-
CMYK0.130.0900.33
HSL219.13º12.04%62.55%-
HSV(B)219.13º13.45%67.06%-
XYZ31.4533.0143.24-
YUV155.32136.85122.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 171 (67.19% from 255) = 36%
R=31.16%
G=32.84%
B=36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481561710.130.0900.33219.1312.0462.55
Hex949CABD9021dbc3f
Octal22423425315110413331477
Binary100101001001110010101011110110010100001110110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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