#949CB4

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

Shades of Rock Blue #949CB4

Tints of Rock Blue #949CB4

Color information

#949CB4 (or 0x949CB4) is unknown color: approx Rock Blue. HEX triplet: 94, 9C and B4. RGB value is (148,156,180). Sum of RGB (Red+Green+Blue) = 148+156+180=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #949CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CB4 is #6B634B. Grayscale: #9C9C9C. Windows color (decimal): -7037772 or 11836564. OLE color: 11836564.

HSL color Cylindrical-coordinate representation of color #949CB4: hue angle of 225º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #949CB4 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB148156180-
CMYK0.180.1300.29
HSL225º17.58%64.31%-
HSV(B)225º17.78%70.59%-
XYZ32.3433.3747.92-
YUV156.34141.35122.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.58%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=30.58%
G=32.23%
B=37.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481561800.180.1300.2922517.5864.31
Hex949CB412D01De11240
Octal224234264221503534122100
Binary10010100100111001011010010010110101110111100001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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