Shades of Blue Diamond #481573
Tints of Blue Diamond #481573
RGB
CMYK
RGB Variations
Color information
#481573 (or 0x481573) is known color: Blue Diamond. HEX triplet: 48, 15 and 73. RGB value is (72,21,115). Sum of RGB (Red+Green+Blue) = 72+21+115=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #481573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481573 is #B7EA8C. Grayscale: #2E2E2E. Windows color (decimal): -12053133 or 7542088. OLE color: 7542088.
HSL color Cylindrical-coordinate representation of color #481573: hue angle of 272.55º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481573 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 21 | 115 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.55 |
| HSL | 272.55º | 0.69% | 0.27% | - |
| HSV(B) | 272.55º | 0.82% | 0.45% | - |
| XYZ | 6.04 | 3.15 | 16.51 | - |
| YUV | 46.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 115 | 0.37 | 0.82 | 0 | 0.55 | 272.55 | 0.69 | 0.27 |
| Hex | 48 | 15 | 73 | 25 | 52 | 0 | 37 | 111 | 45 | 1B |
| Octal | 110 | 25 | 163 | 45 | 122 | 0 | 67 | 421 | 105 | 33 |
| Binary | 1001000 | 10101 | 1110011 | 100101 | 1010010 | 0 | 110111 | 100010001 | 1000101 | 11011 |
Color Harmonies of #481573
Complementary color
Monochromatic Colors of #481573
Black with #481573
Text Example
Text Example
White with #481573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481573; }
p { color: rgb(72,21,115); }
H1.HeaderClassName
{
color: #481573;
}
.AnyTagClassName
{
color: #481573;
}
</style>
background-color css
<style>
a { background-color: #481573; }
a { background-color: rgb(72,21,115); }
div.DivClassName
{
background-color: #481573;
}
.BgClassName
{
background-color: #481573;
}
</style>
border-color css
<style>
span { border-color: #481573; }
span { border-color: rgb(72,21,115); }
td.TdClassName
{
border-color: #481573;
}
.TagClassName
{
border-color: #481573;
}
</style>