Html Css Color HEX #707491 Storm Grey

📋 copy color: '#707491'

red 112 ◦ green 116 ◦ blue 145

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

Shades of Storm Grey #707491

Tints of Storm Grey #707491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

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

R = 30.03%
G = 31.1%
B = 38.87%

CMYK

 C value IS 0.23

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#707491 (or 0x707491) is known color: Storm Grey. HEX triplet: 70, 74 and 91. RGB value is (112,116,145). Sum of RGB (Red+Green+Blue) = 112+116+145=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #707491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707491 is #8F8B6E. Grayscale: #757575. Windows color (decimal): -9407343 or 9532528. OLE color: 9532528.

HSL color Cylindrical-coordinate representation of color #707491: hue angle of 232.73º 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 #707491 is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 116 145 -
CMYK 0.23 0.2 0 0.43
HSL 232.73º 0.13% 0.5% -
HSV(B) 232.73º 0.23% 0.57% -
XYZ 18.04 17.98 29.31 -
YUV 118.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 112 116 145 0.23 0.2 0 0.43 232.73 0.13 0.5
Hex 70 74 91 17 14 0 2B E9 D 32
Octal 160 164 221 27 24 0 53 351 15 62
Binary 1110000 1110100 10010001 10111 10100 0 101011 11101001 1101 110010

Color Harmonies of #707491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707491

Black with #707491

Text Example


Text Example

White with #707491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707491; }

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

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

background-color css

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

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

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

border-color css

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

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

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