#707491

Color #707491 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #707491

Tints of Storm Grey #707491

Color information

#707491 (or 0x707491) is unknown color: approx Storm Grey. HEX triplet: 70, 74 and 91. RGB value is (112,116,145). Sum of RGB (Red+Green+Blue) = 112+116+145=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #707491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707491 is #8F8B6E. Grayscale: #757575. Windows color (decimal): -9407343 or 9532528. OLE color: 9532528.

HSL color Cylindrical-coordinate representation of color #707491: hue angle of 232.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707491 is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB112116145-
CMYK0.230.200.43
HSL232.73º13.04%50.39%-
HSV(B)232.73º22.76%56.86%-
XYZ18.0417.9829.31-
YUV118.11143.17123.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 145 (57.03% from 255) = 38.87%
R=30.03%
G=31.10%
B=38.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121161450.230.200.43232.7313.0450.39
Hex707491171402Be9d32
Octal16016422127240533511562
Binary111000011101001001000110111101000101011111010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707491; }

 p { color: rgb(112,116,145); }

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

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

 a { background-color: rgb(112,116,145); }

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

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

 span { border-color: rgb(112,116,145); }

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