#949BAC

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

Shades of Rock Blue #949BAC

Tints of Rock Blue #949BAC

Color information

#949BAC (or 0x949BAC) is unknown color: approx Rock Blue. HEX triplet: 94, 9B and AC. RGB value is (148,155,172). Sum of RGB (Red+Green+Blue) = 148+155+172=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #949BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949BAC is #6B6453. Grayscale: #9A9A9A. Windows color (decimal): -7038036 or 11312020. OLE color: 11312020.

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

Color convert

RGB148155172-
CMYK0.140.1000.33
HSL222.5º12.63%62.75%-
HSV(B)222.5º13.95%67.45%-
XYZ31.3832.7243.69-
YUV154.84137.68123.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 155 (60.94% from 255) = 32.63%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=31.16%
G=32.63%
B=36.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481551720.140.1000.33222.512.6362.75
Hex949BACEA021ded3f
Octal22423325416120413361577
Binary100101001001101110101100111010100100001110111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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