Shades of Blue Diamond #482D71
Tints of Blue Diamond #482D71
RGB
CMYK
RGB Variations
Color information
#482D71 (or 0x482D71) is known color: Blue Diamond. HEX triplet: 48, 2D and 71. RGB value is (72,45,113). Sum of RGB (Red+Green+Blue) = 72+45+113=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #482D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D71 is #B7D28E. Grayscale: #3C3C3C. Windows color (decimal): -12046991 or 7417160. OLE color: 7417160.
HSL color Cylindrical-coordinate representation of color #482D71: hue angle of 263.82º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482D71 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 45 | 113 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.56 |
| HSL | 263.82º | 0.43% | 0.31% | - |
| HSV(B) | 263.82º | 0.6% | 0.44% | - |
| XYZ | 6.59 | 4.45 | 16.13 | - |
| YUV | 60.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 113 | 0.36 | 0.60 | 0 | 0.56 | 263.82 | 0.43 | 0.31 |
| Hex | 48 | 2D | 71 | 24 | 3C | 0 | 38 | 108 | 2B | 1F |
| Octal | 110 | 55 | 161 | 44 | 74 | 0 | 70 | 410 | 53 | 37 |
| Binary | 1001000 | 101101 | 1110001 | 100100 | 111100 | 0 | 111000 | 100001000 | 101011 | 11111 |
Color Harmonies of #482D71
Complementary color
Monochromatic Colors of #482D71
Black with #482D71
Text Example
Text Example
White with #482D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D71; }
p { color: rgb(72,45,113); }
H1.HeaderClassName
{
color: #482D71;
}
.AnyTagClassName
{
color: #482D71;
}
</style>
background-color css
<style>
a { background-color: #482D71; }
a { background-color: rgb(72,45,113); }
div.DivClassName
{
background-color: #482D71;
}
.BgClassName
{
background-color: #482D71;
}
</style>
border-color css
<style>
span { border-color: #482D71; }
span { border-color: rgb(72,45,113); }
td.TdClassName
{
border-color: #482D71;
}
.TagClassName
{
border-color: #482D71;
}
</style>