#949FAE

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

Shades of Rock Blue #949FAE

Tints of Rock Blue #949FAE

Color information

#949FAE (or 0x949FAE) is unknown color: approx Rock Blue. HEX triplet: 94, 9F and AE. RGB value is (148,159,174). Sum of RGB (Red+Green+Blue) = 148+159+174=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #949FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949FAE is #6B6051. Grayscale: #9D9D9D. Windows color (decimal): -7037010 or 11444116. OLE color: 11444116.

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

Color convert

RGB148159174-
CMYK0.150.0900.32
HSL214.62º13.83%63.14%-
HSV(B)214.62º14.94%68.24%-
XYZ32.2534.1544.94-
YUV157.42137.36121.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=30.77%
G=33.06%
B=36.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481591740.150.0900.32214.6213.8363.14
Hex949FAEF9020d7e3f
Octal22423725617110403271677
Binary100101001001111110101110111110010100000110101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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