#949CAF

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

Shades of Rock Blue #949CAF

Tints of Rock Blue #949CAF

Color information

#949CAF (or 0x949CAF) is unknown color: approx Rock Blue. HEX triplet: 94, 9C and AF. RGB value is (148,156,175). Sum of RGB (Red+Green+Blue) = 148+156+175=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #949CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949CAF is #6B6350. Grayscale: #9B9B9B. Windows color (decimal): -7037777 or 11508884. OLE color: 11508884.

HSL color Cylindrical-coordinate representation of color #949CAF: hue angle of 222.22º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #949CAF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148156175-
CMYK0.150.1100.31
HSL222.22º14.44%63.33%-
HSV(B)222.22º15.43%68.63%-
XYZ31.8433.1745.28-
YUV155.77138.85122.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.90%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=30.90%
G=32.57%
B=36.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481561750.150.1100.31222.2214.4463.33
Hex949CAFFB01Fdee3f
Octal22423425717130373361677
Binary10010100100111001010111111111011011111110111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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