#949BAB

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

Shades of Rock Blue #949BAB

Tints of Rock Blue #949BAB

Color information

#949BAB (or 0x949BAB) is unknown color: approx Rock Blue. HEX triplet: 94, 9B and AB. RGB value is (148,155,171). Sum of RGB (Red+Green+Blue) = 148+155+171=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #949BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949BAB is #6B6454. Grayscale: #9A9A9A. Windows color (decimal): -7038037 or 11246484. OLE color: 11246484.

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

Color convert

RGB148155171-
CMYK0.130.0900.33
HSL221.74º12.04%62.55%-
HSV(B)221.74º13.45%67.06%-
XYZ31.2832.6843.19-
YUV154.73137.18123.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.22%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=31.22%
G=32.70%
B=36.08%

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
Decimal1481551710.130.0900.33221.7412.0462.55
Hex949BABD9021dec3f
Octal22423325315110413361477
Binary100101001001101110101011110110010100001110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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