#70738B

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

Shades of Storm Grey #70738B

Tints of Storm Grey #70738B

Color information

#70738B (or 0x70738B) is unknown color: approx Storm Grey. HEX triplet: 70, 73 and 8B. RGB value is (112,115,139). Sum of RGB (Red+Green+Blue) = 112+115+139=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #70738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70738B is #8F8C74. Grayscale: #747474. Windows color (decimal): -9407605 or 9139056. OLE color: 9139056.

HSL color Cylindrical-coordinate representation of color #70738B: hue angle of 233.33º 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 #70738B is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112115139-
CMYK0.190.1700.45
HSL233.33º10.76%49.22%-
HSV(B)233.33º19.42%54.51%-
XYZ17.4717.5726.9-
YUV116.84140.51124.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=30.60%
G=31.42%
B=37.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121151390.190.1700.45233.3310.7649.22
Hex70738B131102De9b31
Octal16016321323210553511361
Binary111000011100111000101110011100010101101111010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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