#70798B

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

Shades of Storm Grey #70798B

Tints of Storm Grey #70798B

Color information

#70798B (or 0x70798B) is unknown color: approx Storm Grey. HEX triplet: 70, 79 and 8B. RGB value is (112,121,139). Sum of RGB (Red+Green+Blue) = 112+121+139=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #70798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70798B is #8F8674. Grayscale: #787878. Windows color (decimal): -9406069 or 9140592. OLE color: 9140592.

HSL color Cylindrical-coordinate representation of color #70798B: hue angle of 220º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70798B is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112121139-
CMYK0.190.1300.45
HSL220º10.76%49.22%-
HSV(B)220º19.42%54.51%-
XYZ18.1818.9827.13-
YUV120.36138.52122.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 121 (47.66% from 255) = 32.53%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=30.11%
G=32.53%
B=37.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121211390.190.1300.4522010.7649.22
Hex70798B13D02Ddcb31
Octal16017121323150553341361
Binary11100001111001100010111001111010101101110111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70798B; }

 p { color: rgb(112,121,139); }

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

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

 a { background-color: rgb(112,121,139); }

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

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

 span { border-color: rgb(112,121,139); }

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