#717492

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

Shades of Storm Grey #717492

Tints of Storm Grey #717492

Color information

#717492 (or 0x717492) is unknown color: approx Storm Grey. HEX triplet: 71, 74 and 92. RGB value is (113,116,146). Sum of RGB (Red+Green+Blue) = 113+116+146=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #717492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717492 is #8E8B6D. Grayscale: #767676. Windows color (decimal): -9341806 or 9598065. OLE color: 9598065.

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

Color convert

RGB113116146-
CMYK0.230.2100.43
HSL234.55º13.15%50.78%-
HSV(B)234.55º22.6%57.25%-
XYZ18.2418.0829.72-
YUV118.52143.51124.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 146 (57.42% from 255) = 38.93%
R=30.13%
G=30.93%
B=38.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131161460.230.2100.43234.5513.1550.78
Hex717492171502Bebd33
Octal16116422227250533531563
Binary111000111101001001001010111101010101011111010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717492; }

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

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

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

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

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

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

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

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