Shades of Cosmic #73495B
Tints of Cosmic #73495B
RGB
CMYK
RGB Variations
Color information
#73495B (or 0x73495B) is known color: Cosmic. HEX triplet: 73, 49 and 5B. RGB value is (115,73,91). Sum of RGB (Red+Green+Blue) = 115+73+91=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #73495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73495B is #8CB6A4. Grayscale: #575757. Windows color (decimal): -9221797 or 5982579. OLE color: 5982579.
HSL color Cylindrical-coordinate representation of color #73495B: hue angle of 334.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73495B is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 73 | 91 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.55 |
| HSL | 334.29º | 0.22% | 0.37% | - |
| HSV(B) | 334.29º | 0.37% | 0.45% | - |
| XYZ | 11.34 | 9.17 | 11.07 | - |
| YUV | 87.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 91 | 0 | 0.37 | 0.21 | 0.55 | 334.29 | 0.22 | 0.37 |
| Hex | 73 | 49 | 5B | 0 | 25 | 15 | 37 | 14E | 16 | 25 |
| Octal | 163 | 111 | 133 | 0 | 45 | 25 | 67 | 516 | 26 | 45 |
| Binary | 1110011 | 1001001 | 1011011 | 0 | 100101 | 10101 | 110111 | 101001110 | 10110 | 100101 |
Color Harmonies of #73495B
Complementary color
Monochromatic Colors of #73495B
Black with #73495B
Text Example
Text Example
White with #73495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73495B; }
p { color: rgb(115,73,91); }
H1.HeaderClassName
{
color: #73495B;
}
.AnyTagClassName
{
color: #73495B;
}
</style>
background-color css
<style>
a { background-color: #73495B; }
a { background-color: rgb(115,73,91); }
div.DivClassName
{
background-color: #73495B;
}
.BgClassName
{
background-color: #73495B;
}
</style>
border-color css
<style>
span { border-color: #73495B; }
span { border-color: rgb(115,73,91); }
td.TdClassName
{
border-color: #73495B;
}
.TagClassName
{
border-color: #73495B;
}
</style>