Shades of Royal Heath #B4467B
Tints of Royal Heath #B4467B
RGB
CMYK
RGB Variations
Color information
#B4467B (or 0xB4467B) is known color: Royal Heath. HEX triplet: B4, 46 and 7B. RGB value is (180,70,123). Sum of RGB (Red+Green+Blue) = 180+70+123=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4467B is #4BB984. Grayscale: #6C6C6C. Windows color (decimal): -4962693 or 8079028. OLE color: 8079028.
HSL color Cylindrical-coordinate representation of color #B4467B: hue angle of 331.09º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4467B is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 123 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.29 |
| HSL | 331.09º | 0.44% | 0.49% | - |
| HSV(B) | 331.09º | 0.61% | 0.71% | - |
| XYZ | 24.59 | 15.51 | 20.44 | - |
| YUV | 108.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 123 | 0 | 0.61 | 0.32 | 0.29 | 331.09 | 0.44 | 0.49 |
| Hex | B4 | 46 | 7B | 0 | 3D | 20 | 1D | 14B | 2C | 31 |
| Octal | 264 | 106 | 173 | 0 | 75 | 40 | 35 | 513 | 54 | 61 |
| Binary | 10110100 | 1000110 | 1111011 | 0 | 111101 | 100000 | 11101 | 101001011 | 101100 | 110001 |
Color Harmonies of #B4467B
Complementary color
Monochromatic Colors of #B4467B
Black with #B4467B
Text Example
Text Example
White with #B4467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4467B; }
p { color: rgb(180,70,123); }
H1.HeaderClassName
{
color: #B4467B;
}
.AnyTagClassName
{
color: #B4467B;
}
</style>
background-color css
<style>
a { background-color: #B4467B; }
a { background-color: rgb(180,70,123); }
div.DivClassName
{
background-color: #B4467B;
}
.BgClassName
{
background-color: #B4467B;
}
</style>
border-color css
<style>
span { border-color: #B4467B; }
span { border-color: rgb(180,70,123); }
td.TdClassName
{
border-color: #B4467B;
}
.TagClassName
{
border-color: #B4467B;
}
</style>