Shades of Bossanova #483D4B
Tints of Bossanova #483D4B
RGB
CMYK
RGB Variations
Color information
#483D4B (or 0x483D4B) is known color: Bossanova. HEX triplet: 48, 3D and 4B. RGB value is (72,61,75). Sum of RGB (Red+Green+Blue) = 72+61+75=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 75 - color contains mainly: blue. Hex color #483D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D4B is #B7C2B4. Grayscale: #414141. Windows color (decimal): -12042933 or 4930888. OLE color: 4930888.
HSL color Cylindrical-coordinate representation of color #483D4B: hue angle of 287.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483D4B is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 61 | 75 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.71 |
| HSL | 287.14º | 0.1% | 0.27% | - |
| HSV(B) | 287.14º | 0.19% | 0.29% | - |
| XYZ | 5.61 | 5.22 | 7.37 | - |
| YUV | 65.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 75 | 0.04 | 0.19 | 0 | 0.71 | 287.14 | 0.1 | 0.27 |
| Hex | 48 | 3D | 4B | 4 | 13 | 0 | 47 | 11F | A | 1B |
| Octal | 110 | 75 | 113 | 4 | 23 | 0 | 107 | 437 | 12 | 33 |
| Binary | 1001000 | 111101 | 1001011 | 100 | 10011 | 0 | 1000111 | 100011111 | 1010 | 11011 |
Color Harmonies of #483D4B
Complementary color
Monochromatic Colors of #483D4B
Black with #483D4B
Text Example
Text Example
White with #483D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D4B; }
p { color: rgb(72,61,75); }
H1.HeaderClassName
{
color: #483D4B;
}
.AnyTagClassName
{
color: #483D4B;
}
</style>
background-color css
<style>
a { background-color: #483D4B; }
a { background-color: rgb(72,61,75); }
div.DivClassName
{
background-color: #483D4B;
}
.BgClassName
{
background-color: #483D4B;
}
</style>
border-color css
<style>
span { border-color: #483D4B; }
span { border-color: rgb(72,61,75); }
td.TdClassName
{
border-color: #483D4B;
}
.TagClassName
{
border-color: #483D4B;
}
</style>