#949DAB

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

Shades of Rock Blue #949DAB

Tints of Rock Blue #949DAB

Color information

#949DAB (or 0x949DAB) is unknown color: approx Rock Blue. HEX triplet: 94, 9D and AB. RGB value is (148,157,171). Sum of RGB (Red+Green+Blue) = 148+157+171=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #949DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949DAB is #6B6254. Grayscale: #9B9B9B. Windows color (decimal): -7037525 or 11246996. OLE color: 11246996.

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

Color convert

RGB148157171-
CMYK0.130.0800.33
HSL216.52º12.04%62.55%-
HSV(B)216.52º13.45%67.06%-
XYZ31.6233.3543.3-
YUV155.9136.52122.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.09%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=31.09%
G=32.98%
B=35.92%

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
Decimal1481571710.130.0800.33216.5212.0462.55
Hex949DABD8021d9c3f
Octal22423525315100413311477
Binary100101001001110110101011110110000100001110110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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