#708492

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

Shades of Slate Grey #708492

Tints of Slate Grey #708492

Color information

#708492 (or 0x708492) is unknown color: approx Slate Grey. HEX triplet: 70, 84 and 92. RGB value is (112,132,146). Sum of RGB (Red+Green+Blue) = 112+132+146=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #708492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708492 is #8F7B6D. Grayscale: #7F7F7F. Windows color (decimal): -9403246 or 9602160. OLE color: 9602160.

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

Color convert

RGB112132146-
CMYK0.230.1000.43
HSL204.71º13.49%50.59%-
HSV(B)204.71º23.29%57.25%-
XYZ20.1222.0230.38-
YUV127.62138.37116.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=28.72%
G=33.85%
B=37.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121321460.230.1000.43204.7113.4950.59
Hex70849217A02Bcdd33
Octal16020422227120533151563
Binary111000010000100100100101011110100101011110011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708492; }

 p { color: rgb(112,132,146); }

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

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

 a { background-color: rgb(112,132,146); }

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

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

 span { border-color: rgb(112,132,146); }

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