Shades of Bossanova #4B414B
Tints of Bossanova #4B414B
RGB
CMYK
RGB Variations
Color information
#4B414B (or 0x4B414B) is known color: Bossanova. HEX triplet: 4B, 41 and 4B. RGB value is (75,65,75). Sum of RGB (Red+Green+Blue) = 75+65+75=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 75 - color contains mainly: red, blue. Hex color #4B414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B414B is #B4BEB4. Grayscale: #454545. Windows color (decimal): -11845301 or 4931915. OLE color: 4931915.
HSL color Cylindrical-coordinate representation of color #4B414B: hue angle of 300º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B414B is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 75 | 65 | 75 | - |
CMYK | 0 | 0.13 | 0 | 0.71 |
HSL | 300º | 0.07% | 0.27% | - |
HSV(B) | 300º | 0.13% | 0.29% | - |
XYZ | 6.06 | 5.78 | 7.45 | - |
YUV | 69.13 | 131.31 | 132.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 75 | 65 | 75 | 0 | 0.13 | 0 | 0.71 | 300 | 0.07 | 0.27 |
Hex | 4B | 41 | 4B | 0 | D | 0 | 47 | 12C | 7 | 1B |
Octal | 113 | 101 | 113 | 0 | 15 | 0 | 107 | 454 | 7 | 33 |
Binary | 1001011 | 1000001 | 1001011 | 0 | 1101 | 0 | 1000111 | 100101100 | 111 | 11011 |
Color Harmonies of #4B414B
Complementary color
Monochromatic Colors of #4B414B
Black with #4B414B
Text Example
Text Example
White with #4B414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B414B; }
p { color: rgb(75,65,75); }
H1.HeaderClassName
{
color: #4B414B;
}
.AnyTagClassName
{
color: #4B414B;
}
</style>
background-color css
<style>
a { background-color: #4B414B; }
a { background-color: rgb(75,65,75); }
div.DivClassName
{
background-color: #4B414B;
}
.BgClassName
{
background-color: #4B414B;
}
</style>
border-color css
<style>
span { border-color: #4B414B; }
span { border-color: rgb(75,65,75); }
td.TdClassName
{
border-color: #4B414B;
}
.TagClassName
{
border-color: #4B414B;
}
</style>