#727493

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

Shades of Storm Grey #727493

Tints of Storm Grey #727493

Color information

#727493 (or 0x727493) is unknown color: approx Storm Grey. HEX triplet: 72, 74 and 93. RGB value is (114,116,147). Sum of RGB (Red+Green+Blue) = 114+116+147=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #727493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727493 is #8D8B6C. Grayscale: #767676. Windows color (decimal): -9276269 or 9663602. OLE color: 9663602.

HSL color Cylindrical-coordinate representation of color #727493: hue angle of 236.36º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #727493 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114116147-
CMYK0.220.2100.42
HSL236.36º13.25%51.18%-
HSV(B)236.36º22.45%57.65%-
XYZ18.4518.1730.14-
YUV118.94143.84124.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 147 (57.81% from 255) = 38.99%
R=30.24%
G=30.77%
B=38.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141161470.220.2100.42236.3613.2551.18
Hex727493161502Aecd33
Octal16216422326250523541563
Binary111001011101001001001110110101010101010111011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727493; }

 p { color: rgb(114,116,147); }

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

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

 a { background-color: rgb(114,116,147); }

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

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

 span { border-color: rgb(114,116,147); }

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