Shades of Bossanova #483A4A
Tints of Bossanova #483A4A
RGB
CMYK
RGB Variations
Color information
#483A4A (or 0x483A4A) is known color: Bossanova. HEX triplet: 48, 3A and 4A. RGB value is (72,58,74). Sum of RGB (Red+Green+Blue) = 72+58+74=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 74 - color contains mainly: blue. Hex color #483A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A4A is #B7C5B5. Grayscale: #3F3F3F. Windows color (decimal): -12043702 or 4864584. OLE color: 4864584.
HSL color Cylindrical-coordinate representation of color #483A4A: hue angle of 292.5º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #483A4A is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 58 | 74 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.71 |
| HSL | 292.5º | 0.12% | 0.26% | - |
| HSV(B) | 292.5º | 0.22% | 0.29% | - |
| XYZ | 5.42 | 4.9 | 7.14 | - |
| YUV | 64.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 74 | 0.03 | 0.22 | 0 | 0.71 | 292.5 | 0.12 | 0.26 |
| Hex | 48 | 3A | 4A | 3 | 16 | 0 | 47 | 124 | C | 1A |
| Octal | 110 | 72 | 112 | 3 | 26 | 0 | 107 | 444 | 14 | 32 |
| Binary | 1001000 | 111010 | 1001010 | 11 | 10110 | 0 | 1000111 | 100100100 | 1100 | 11010 |
Color Harmonies of #483A4A
Complementary color
Monochromatic Colors of #483A4A
Black with #483A4A
Text Example
Text Example
White with #483A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A4A; }
p { color: rgb(72,58,74); }
H1.HeaderClassName
{
color: #483A4A;
}
.AnyTagClassName
{
color: #483A4A;
}
</style>
background-color css
<style>
a { background-color: #483A4A; }
a { background-color: rgb(72,58,74); }
div.DivClassName
{
background-color: #483A4A;
}
.BgClassName
{
background-color: #483A4A;
}
</style>
border-color css
<style>
span { border-color: #483A4A; }
span { border-color: rgb(72,58,74); }
td.TdClassName
{
border-color: #483A4A;
}
.TagClassName
{
border-color: #483A4A;
}
</style>