Shades of Cosmic #74485B
Tints of Cosmic #74485B
RGB
CMYK
RGB Variations
Color information
#74485B (or 0x74485B) is known color: Cosmic. HEX triplet: 74, 48 and 5B. RGB value is (116,72,91). Sum of RGB (Red+Green+Blue) = 116+72+91=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74485B is #8BB7A4. Grayscale: #575757. Windows color (decimal): -9156517 or 5982324. OLE color: 5982324.
HSL color Cylindrical-coordinate representation of color #74485B: hue angle of 334.09º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74485B is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 91 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.55 |
| HSL | 334.09º | 0.23% | 0.37% | - |
| HSV(B) | 334.09º | 0.38% | 0.45% | - |
| XYZ | 11.41 | 9.1 | 11.05 | - |
| YUV | 87.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 91 | 0 | 0.38 | 0.22 | 0.55 | 334.09 | 0.23 | 0.37 |
| Hex | 74 | 48 | 5B | 0 | 26 | 16 | 37 | 14E | 17 | 25 |
| Octal | 164 | 110 | 133 | 0 | 46 | 26 | 67 | 516 | 27 | 45 |
| Binary | 1110100 | 1001000 | 1011011 | 0 | 100110 | 10110 | 110111 | 101001110 | 10111 | 100101 |
Color Harmonies of #74485B
Complementary color
Monochromatic Colors of #74485B
Black with #74485B
Text Example
Text Example
White with #74485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74485B; }
p { color: rgb(116,72,91); }
H1.HeaderClassName
{
color: #74485B;
}
.AnyTagClassName
{
color: #74485B;
}
</style>
background-color css
<style>
a { background-color: #74485B; }
a { background-color: rgb(116,72,91); }
div.DivClassName
{
background-color: #74485B;
}
.BgClassName
{
background-color: #74485B;
}
</style>
border-color css
<style>
span { border-color: #74485B; }
span { border-color: rgb(116,72,91); }
td.TdClassName
{
border-color: #74485B;
}
.TagClassName
{
border-color: #74485B;
}
</style>