Shades of Storm Grey #737490
Tints of Storm Grey #737490
RGB
CMYK
RGB Variations
Color information
#737490 (or 0x737490) is known color: Storm Grey. HEX triplet: 73, 74 and 90. RGB value is (115,116,144). Sum of RGB (Red+Green+Blue) = 115+116+144=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #737490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737490 is #8C8B6F. Grayscale: #767676. Windows color (decimal): -9210736 or 9466995. OLE color: 9466995.
HSL color Cylindrical-coordinate representation of color #737490: hue angle of 237.93º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #737490 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 116 | 144 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.44 |
| HSL | 237.93º | 0.12% | 0.51% | - |
| HSV(B) | 237.93º | 0.2% | 0.56% | - |
| XYZ | 18.35 | 18.15 | 28.92 | - |
| YUV | 118.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 144 | 0.20 | 0.19 | 0 | 0.44 | 237.93 | 0.12 | 0.51 |
| Hex | 73 | 74 | 90 | 14 | 13 | 0 | 2C | EE | C | 33 |
| Octal | 163 | 164 | 220 | 24 | 23 | 0 | 54 | 356 | 14 | 63 |
| Binary | 1110011 | 1110100 | 10010000 | 10100 | 10011 | 0 | 101100 | 11101110 | 1100 | 110011 |
Color Harmonies of #737490
Complementary color
Monochromatic Colors of #737490
Black with #737490
Text Example
Text Example
White with #737490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737490; }
p { color: rgb(115,116,144); }
H1.HeaderClassName
{
color: #737490;
}
.AnyTagClassName
{
color: #737490;
}
</style>
background-color css
<style>
a { background-color: #737490; }
a { background-color: rgb(115,116,144); }
div.DivClassName
{
background-color: #737490;
}
.BgClassName
{
background-color: #737490;
}
</style>
border-color css
<style>
span { border-color: #737490; }
span { border-color: rgb(115,116,144); }
td.TdClassName
{
border-color: #737490;
}
.TagClassName
{
border-color: #737490;
}
</style>