#949CBE

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

Shades of Rock Blue #949CBE

Tints of Rock Blue #949CBE

Color information

#949CBE (or 0x949CBE) is unknown color: approx Rock Blue. HEX triplet: 94, 9C and BE. RGB value is (148,156,190). Sum of RGB (Red+Green+Blue) = 148+156+190=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #949CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CBE is #6B6341. Grayscale: #9D9D9D. Windows color (decimal): -7037762 or 12491924. OLE color: 12491924.

HSL color Cylindrical-coordinate representation of color #949CBE: hue angle of 228.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #949CBE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148156190-
CMYK0.220.1800.25
HSL228.57º24.42%66.27%-
HSV(B)228.57º22.11%74.51%-
XYZ33.433.7953.48-
YUV157.48146.35121.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=29.96%
G=31.58%
B=38.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481561900.220.1800.25228.5724.4266.27
Hex949CBE1612019e51842
Octal224234276262203134530102
Binary100101001001110010111110101101001001100111100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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