Html Css Color HEX #708491 Slate Grey

📋 copy color: '#708491'

red 112 ◦ green 132 ◦ blue 145

#708491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #708491

Tints of Slate Grey #708491

RGB

 RED value IS 112 (44.14% from 255) = 28.79%

 GREEN value IS 132 (51.95% from 255) = 33.93%

 BLUE value IS 145 (57.03% from 255) = 37.28%

R = 28.79%
G = 33.93%
B = 37.28%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#708491 (or 0x708491) is known color: Slate Grey. HEX triplet: 70, 84 and 91. RGB value is (112,132,145). Sum of RGB (Red+Green+Blue) = 112+132+145=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 145 - color contains mainly: blue. Hex color #708491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708491 is #8F7B6E. Grayscale: #7F7F7F. Windows color (decimal): -9403247 or 9536624. OLE color: 9536624.

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

Color convert

RGB 112 132 145 -
CMYK 0.23 0.09 0 0.43
HSL 203.64º 0.13% 0.5% -
HSV(B) 203.64º 0.23% 0.57% -
XYZ 20.04 21.99 29.98 -
YUV 127.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 112 132 145 0.23 0.09 0 0.43 203.64 0.13 0.5
Hex 70 84 91 17 9 0 2B CC D 32
Octal 160 204 221 27 11 0 53 314 15 62
Binary 1110000 10000100 10010001 10111 1001 0 101011 11001100 1101 110010

Color Harmonies of #708491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708491

Black with #708491

Text Example


Text Example

White with #708491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708491; }

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

 H1.HeaderClassName
 {
   color: #708491;
 }
 .AnyTagClassName
 {
   color: #708491;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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