Shades of Bossanova #483D4A
Tints of Bossanova #483D4A
RGB
CMYK
RGB Variations
Color information
#483D4A (or 0x483D4A) is known color: Bossanova. HEX triplet: 48, 3D and 4A. RGB value is (72,61,74). Sum of RGB (Red+Green+Blue) = 72+61+74=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 74 - color contains mainly: blue. Hex color #483D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D4A is #B7C2B5. Grayscale: #414141. Windows color (decimal): -12042934 or 4865352. OLE color: 4865352.
HSL color Cylindrical-coordinate representation of color #483D4A: hue angle of 290.77º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #483D4A is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 61 | 74 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.71 |
| HSL | 290.77º | 0.1% | 0.26% | - |
| HSV(B) | 290.77º | 0.18% | 0.29% | - |
| XYZ | 5.58 | 5.21 | 7.19 | - |
| YUV | 65.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 74 | 0.03 | 0.18 | 0 | 0.71 | 290.77 | 0.1 | 0.26 |
| Hex | 48 | 3D | 4A | 3 | 12 | 0 | 47 | 123 | A | 1A |
| Octal | 110 | 75 | 112 | 3 | 22 | 0 | 107 | 443 | 12 | 32 |
| Binary | 1001000 | 111101 | 1001010 | 11 | 10010 | 0 | 1000111 | 100100011 | 1010 | 11010 |
Color Harmonies of #483D4A
Complementary color
Monochromatic Colors of #483D4A
Black with #483D4A
Text Example
Text Example
White with #483D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D4A; }
p { color: rgb(72,61,74); }
H1.HeaderClassName
{
color: #483D4A;
}
.AnyTagClassName
{
color: #483D4A;
}
</style>
background-color css
<style>
a { background-color: #483D4A; }
a { background-color: rgb(72,61,74); }
div.DivClassName
{
background-color: #483D4A;
}
.BgClassName
{
background-color: #483D4A;
}
</style>
border-color css
<style>
span { border-color: #483D4A; }
span { border-color: rgb(72,61,74); }
td.TdClassName
{
border-color: #483D4A;
}
.TagClassName
{
border-color: #483D4A;
}
</style>