Shades of Blue Diamond #482173
Tints of Blue Diamond #482173
RGB
CMYK
RGB Variations
Color information
#482173 (or 0x482173) is known color: Blue Diamond. HEX triplet: 48, 21 and 73. RGB value is (72,33,115). Sum of RGB (Red+Green+Blue) = 72+33+115=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #482173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482173 is #B7DE8C. Grayscale: #353535. Windows color (decimal): -12050061 or 7545160. OLE color: 7545160.
HSL color Cylindrical-coordinate representation of color #482173: hue angle of 268.54º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482173 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 33 | 115 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.55 |
| HSL | 268.54º | 0.55% | 0.29% | - |
| HSV(B) | 268.54º | 0.71% | 0.45% | - |
| XYZ | 6.31 | 3.7 | 16.6 | - |
| YUV | 54.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 115 | 0.37 | 0.71 | 0 | 0.55 | 268.54 | 0.55 | 0.29 |
| Hex | 48 | 21 | 73 | 25 | 47 | 0 | 37 | 10D | 37 | 1D |
| Octal | 110 | 41 | 163 | 45 | 107 | 0 | 67 | 415 | 67 | 35 |
| Binary | 1001000 | 100001 | 1110011 | 100101 | 1000111 | 0 | 110111 | 100001101 | 110111 | 11101 |
Color Harmonies of #482173
Complementary color
Monochromatic Colors of #482173
Black with #482173
Text Example
Text Example
White with #482173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482173; }
p { color: rgb(72,33,115); }
H1.HeaderClassName
{
color: #482173;
}
.AnyTagClassName
{
color: #482173;
}
</style>
background-color css
<style>
a { background-color: #482173; }
a { background-color: rgb(72,33,115); }
div.DivClassName
{
background-color: #482173;
}
.BgClassName
{
background-color: #482173;
}
</style>
border-color css
<style>
span { border-color: #482173; }
span { border-color: rgb(72,33,115); }
td.TdClassName
{
border-color: #482173;
}
.TagClassName
{
border-color: #482173;
}
</style>