#949FAF

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

Shades of Rock Blue #949FAF

Tints of Rock Blue #949FAF

Color information

#949FAF (or 0x949FAF) is unknown color: approx Rock Blue. HEX triplet: 94, 9F and AF. RGB value is (148,159,175). Sum of RGB (Red+Green+Blue) = 148+159+175=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #949FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949FAF is #6B6050. Grayscale: #9D9D9D. Windows color (decimal): -7037009 or 11509652. OLE color: 11509652.

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

Color convert

RGB148159175-
CMYK0.150.0900.31
HSL215.56º14.44%63.33%-
HSV(B)215.56º15.43%68.63%-
XYZ32.3534.1945.45-
YUV157.53137.86121.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 159 (62.5% from 255) = 32.99%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=30.71%
G=32.99%
B=36.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481591750.150.0900.31215.5614.4463.33
Hex949FAFF901Fd8e3f
Octal22423725717110373301677
Binary10010100100111111010111111111001011111110110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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