#949EAE

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

Shades of Rock Blue #949EAE

Tints of Rock Blue #949EAE

Color information

#949EAE (or 0x949EAE) is unknown color: approx Rock Blue. HEX triplet: 94, 9E and AE. RGB value is (148,158,174). Sum of RGB (Red+Green+Blue) = 148+158+174=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #949EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949EAE is #6B6151. Grayscale: #9C9C9C. Windows color (decimal): -7037266 or 11443860. OLE color: 11443860.

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

Color convert

RGB148158174-
CMYK0.150.0900.32
HSL216.92º13.83%63.14%-
HSV(B)216.92º14.94%68.24%-
XYZ32.0833.8144.88-
YUV156.83137.69121.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.83%
GREEN value IS 158 (62.11% from 255) = 32.92%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=30.83%
G=32.92%
B=36.25%

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
Decimal1481581740.150.0900.32216.9213.8363.14
Hex949EAEF9020d9e3f
Octal22423625617110403311677
Binary100101001001111010101110111110010100000110110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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