Shades of Blue Diamond #482071
Tints of Blue Diamond #482071
RGB
CMYK
RGB Variations
Color information
#482071 (or 0x482071) is known color: Blue Diamond. HEX triplet: 48, 20 and 71. RGB value is (72,32,113). Sum of RGB (Red+Green+Blue) = 72+32+113=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #482071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482071 is #B7DF8E. Grayscale: #343434. Windows color (decimal): -12050319 or 7413832. OLE color: 7413832.
HSL color Cylindrical-coordinate representation of color #482071: hue angle of 269.63º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482071 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 32 | 113 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.56 |
| HSL | 269.63º | 0.56% | 0.28% | - |
| HSV(B) | 269.63º | 0.72% | 0.44% | - |
| XYZ | 6.17 | 3.6 | 15.99 | - |
| YUV | 53.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 113 | 0.36 | 0.72 | 0 | 0.56 | 269.63 | 0.56 | 0.28 |
| Hex | 48 | 20 | 71 | 24 | 48 | 0 | 38 | 10E | 38 | 1C |
| Octal | 110 | 40 | 161 | 44 | 110 | 0 | 70 | 416 | 70 | 34 |
| Binary | 1001000 | 100000 | 1110001 | 100100 | 1001000 | 0 | 111000 | 100001110 | 111000 | 11100 |
Color Harmonies of #482071
Complementary color
Monochromatic Colors of #482071
Black with #482071
Text Example
Text Example
White with #482071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482071; }
p { color: rgb(72,32,113); }
H1.HeaderClassName
{
color: #482071;
}
.AnyTagClassName
{
color: #482071;
}
</style>
background-color css
<style>
a { background-color: #482071; }
a { background-color: rgb(72,32,113); }
div.DivClassName
{
background-color: #482071;
}
.BgClassName
{
background-color: #482071;
}
</style>
border-color css
<style>
span { border-color: #482071; }
span { border-color: rgb(72,32,113); }
td.TdClassName
{
border-color: #482071;
}
.TagClassName
{
border-color: #482071;
}
</style>