Shades of Blue Diamond #482D63
Tints of Blue Diamond #482D63
RGB
CMYK
RGB Variations
Color information
#482D63 (or 0x482D63) is known color: Blue Diamond. HEX triplet: 48, 2D and 63. RGB value is (72,45,99). Sum of RGB (Red+Green+Blue) = 72+45+99=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #482D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D63 is #B7D29C. Grayscale: #3B3B3B. Windows color (decimal): -12047005 or 6499656. OLE color: 6499656.
HSL color Cylindrical-coordinate representation of color #482D63: hue angle of 270º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #482D63 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 45 | 99 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.61 |
| HSL | 270º | 0.38% | 0.28% | - |
| HSV(B) | 270º | 0.55% | 0.39% | - |
| XYZ | 5.86 | 4.16 | 12.3 | - |
| YUV | 59.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 99 | 0.27 | 0.55 | 0 | 0.61 | 270 | 0.38 | 0.28 |
| Hex | 48 | 2D | 63 | 1B | 37 | 0 | 3D | 10E | 26 | 1C |
| Octal | 110 | 55 | 143 | 33 | 67 | 0 | 75 | 416 | 46 | 34 |
| Binary | 1001000 | 101101 | 1100011 | 11011 | 110111 | 0 | 111101 | 100001110 | 100110 | 11100 |
Color Harmonies of #482D63
Complementary color
Monochromatic Colors of #482D63
Black with #482D63
Text Example
Text Example
White with #482D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D63; }
p { color: rgb(72,45,99); }
H1.HeaderClassName
{
color: #482D63;
}
.AnyTagClassName
{
color: #482D63;
}
</style>
background-color css
<style>
a { background-color: #482D63; }
a { background-color: rgb(72,45,99); }
div.DivClassName
{
background-color: #482D63;
}
.BgClassName
{
background-color: #482D63;
}
</style>
border-color css
<style>
span { border-color: #482D63; }
span { border-color: rgb(72,45,99); }
td.TdClassName
{
border-color: #482D63;
}
.TagClassName
{
border-color: #482D63;
}
</style>