Shades of Blue Diamond #482472
Tints of Blue Diamond #482472
RGB
CMYK
RGB Variations
Color information
#482472 (or 0x482472) is known color: Blue Diamond. HEX triplet: 48, 24 and 72. RGB value is (72,36,114). Sum of RGB (Red+Green+Blue) = 72+36+114=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #482472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482472 is #B7DB8D. Grayscale: #373737. Windows color (decimal): -12049294 or 7480392. OLE color: 7480392.
HSL color Cylindrical-coordinate representation of color #482472: hue angle of 267.69º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482472 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 36 | 114 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.55 |
| HSL | 267.69º | 0.52% | 0.29% | - |
| HSV(B) | 267.69º | 0.68% | 0.45% | - |
| XYZ | 6.34 | 3.85 | 16.33 | - |
| YUV | 55.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 114 | 0.37 | 0.68 | 0 | 0.55 | 267.69 | 0.52 | 0.29 |
| Hex | 48 | 24 | 72 | 25 | 44 | 0 | 37 | 10C | 34 | 1D |
| Octal | 110 | 44 | 162 | 45 | 104 | 0 | 67 | 414 | 64 | 35 |
| Binary | 1001000 | 100100 | 1110010 | 100101 | 1000100 | 0 | 110111 | 100001100 | 110100 | 11101 |
Color Harmonies of #482472
Complementary color
Monochromatic Colors of #482472
Black with #482472
Text Example
Text Example
White with #482472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482472; }
p { color: rgb(72,36,114); }
H1.HeaderClassName
{
color: #482472;
}
.AnyTagClassName
{
color: #482472;
}
</style>
background-color css
<style>
a { background-color: #482472; }
a { background-color: rgb(72,36,114); }
div.DivClassName
{
background-color: #482472;
}
.BgClassName
{
background-color: #482472;
}
</style>
border-color css
<style>
span { border-color: #482472; }
span { border-color: rgb(72,36,114); }
td.TdClassName
{
border-color: #482472;
}
.TagClassName
{
border-color: #482472;
}
</style>