#949DAF

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

Shades of Rock Blue #949DAF

Tints of Rock Blue #949DAF

Color information

#949DAF (or 0x949DAF) is unknown color: approx Rock Blue. HEX triplet: 94, 9D and AF. RGB value is (148,157,175). Sum of RGB (Red+Green+Blue) = 148+157+175=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #949DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949DAF is #6B6250. Grayscale: #9C9C9C. Windows color (decimal): -7037521 or 11509140. OLE color: 11509140.

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

Color convert

RGB148157175-
CMYK0.150.1000.31
HSL220º14.44%63.33%-
HSV(B)220º15.43%68.63%-
XYZ32.0133.545.34-
YUV156.36138.52122.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.83%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=30.83%
G=32.71%
B=36.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481571750.150.1000.3122014.4463.33
Hex949DAFFA01Fdce3f
Octal22423525717120373341677
Binary10010100100111011010111111111010011111110111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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