#70748F

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

Shades of Storm Grey #70748F

Tints of Storm Grey #70748F

Color information

#70748F (or 0x70748F) is unknown color: approx Storm Grey. HEX triplet: 70, 74 and 8F. RGB value is (112,116,143). Sum of RGB (Red+Green+Blue) = 112+116+143=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #70748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70748F is #8F8B70. Grayscale: #757575. Windows color (decimal): -9407345 or 9401456. OLE color: 9401456.

HSL color Cylindrical-coordinate representation of color #70748F: hue angle of 232.26º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70748F is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112116143-
CMYK0.220.1900.44
HSL232.26º12.16%50%-
HSV(B)232.26º21.68%56.08%-
XYZ17.8917.9228.5-
YUV117.88142.17123.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=30.19%
G=31.27%
B=38.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121161430.220.1900.44232.2612.1650
Hex70748F161302Ce8c32
Octal16016421726230543501462
Binary111000011101001000111110110100110101100111010001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70748F; }

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

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

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

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

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

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

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

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