#70748B

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

Shades of Storm Grey #70748B

Tints of Storm Grey #70748B

Color information

#70748B (or 0x70748B) is unknown color: approx Storm Grey. HEX triplet: 70, 74 and 8B. RGB value is (112,116,139). Sum of RGB (Red+Green+Blue) = 112+116+139=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #70748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70748B is #8F8B74. Grayscale: #757575. Windows color (decimal): -9407349 or 9139312. OLE color: 9139312.

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

Color convert

RGB112116139-
CMYK0.190.1700.45
HSL231.11º10.76%49.22%-
HSV(B)231.11º19.42%54.51%-
XYZ17.5917.826.93-
YUV117.43140.17124.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=30.52%
G=31.61%
B=37.87%

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
Decimal1121161390.190.1700.45231.1110.7649.22
Hex70748B131102De7b31
Octal16016421323210553471361
Binary111000011101001000101110011100010101101111001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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