Html Css Color HEX #707492 Storm Grey

📋 copy color: '#707492'

red 112 ◦ green 116 ◦ blue 146

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

Shades of Storm Grey #707492

Tints of Storm Grey #707492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.04%

R = 29.95%
G = 31.02%
B = 39.04%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#707492 (or 0x707492) is known color: Storm Grey. HEX triplet: 70, 74 and 92. RGB value is (112,116,146). Sum of RGB (Red+Green+Blue) = 112+116+146=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #707492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707492 is #8F8B6D. Grayscale: #767676. Windows color (decimal): -9407342 or 9598064. OLE color: 9598064.

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

Color convert

RGB 112 116 146 -
CMYK 0.23 0.21 0 0.43
HSL 232.94º 0.13% 0.51% -
HSV(B) 232.94º 0.23% 0.57% -
XYZ 18.12 18.01 29.72 -
YUV 118.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 112 116 146 0.23 0.21 0 0.43 232.94 0.13 0.51
Hex 70 74 92 17 15 0 2B E9 D 33
Octal 160 164 222 27 25 0 53 351 15 63
Binary 1110000 1110100 10010010 10111 10101 0 101011 11101001 1101 110011

Color Harmonies of #707492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707492

Black with #707492

Text Example


Text Example

White with #707492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707492; }

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

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

background-color css

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

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

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

border-color css

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

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

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