Shades of Blue Diamond #482870
Tints of Blue Diamond #482870
RGB
CMYK
RGB Variations
Color information
#482870 (or 0x482870) is known color: Blue Diamond. HEX triplet: 48, 28 and 70. RGB value is (72,40,112). Sum of RGB (Red+Green+Blue) = 72+40+112=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #482870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482870 is #B7D78F. Grayscale: #393939. Windows color (decimal): -12048272 or 7350344. OLE color: 7350344.
HSL color Cylindrical-coordinate representation of color #482870: hue angle of 266.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #482870 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 40 | 112 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.56 |
| HSL | 266.67º | 0.47% | 0.3% | - |
| HSV(B) | 266.67º | 0.64% | 0.44% | - |
| XYZ | 6.36 | 4.07 | 15.78 | - |
| YUV | 57.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 112 | 0.36 | 0.64 | 0 | 0.56 | 266.67 | 0.47 | 0.3 |
| Hex | 48 | 28 | 70 | 24 | 40 | 0 | 38 | 10B | 2F | 1E |
| Octal | 110 | 50 | 160 | 44 | 100 | 0 | 70 | 413 | 57 | 36 |
| Binary | 1001000 | 101000 | 1110000 | 100100 | 1000000 | 0 | 111000 | 100001011 | 101111 | 11110 |
Color Harmonies of #482870
Complementary color
Monochromatic Colors of #482870
Black with #482870
Text Example
Text Example
White with #482870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482870; }
p { color: rgb(72,40,112); }
H1.HeaderClassName
{
color: #482870;
}
.AnyTagClassName
{
color: #482870;
}
</style>
background-color css
<style>
a { background-color: #482870; }
a { background-color: rgb(72,40,112); }
div.DivClassName
{
background-color: #482870;
}
.BgClassName
{
background-color: #482870;
}
</style>
border-color css
<style>
span { border-color: #482870; }
span { border-color: rgb(72,40,112); }
td.TdClassName
{
border-color: #482870;
}
.TagClassName
{
border-color: #482870;
}
</style>