Shades of Blue Diamond #482D62
Tints of Blue Diamond #482D62
RGB
CMYK
RGB Variations
Color information
#482D62 (or 0x482D62) is known color: Blue Diamond. HEX triplet: 48, 2D and 62. RGB value is (72,45,98). Sum of RGB (Red+Green+Blue) = 72+45+98=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #482D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D62 is #B7D29D. Grayscale: #3A3A3A. Windows color (decimal): -12047006 or 6434120. OLE color: 6434120.
HSL color Cylindrical-coordinate representation of color #482D62: hue angle of 270.57º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482D62 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 45 | 98 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.62 |
| HSL | 270.57º | 0.37% | 0.28% | - |
| HSV(B) | 270.57º | 0.54% | 0.38% | - |
| XYZ | 5.82 | 4.14 | 12.05 | - |
| YUV | 59.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 98 | 0.27 | 0.54 | 0 | 0.62 | 270.57 | 0.37 | 0.28 |
| Hex | 48 | 2D | 62 | 1B | 36 | 0 | 3E | 10F | 25 | 1C |
| Octal | 110 | 55 | 142 | 33 | 66 | 0 | 76 | 417 | 45 | 34 |
| Binary | 1001000 | 101101 | 1100010 | 11011 | 110110 | 0 | 111110 | 100001111 | 100101 | 11100 |
Color Harmonies of #482D62
Complementary color
Monochromatic Colors of #482D62
Black with #482D62
Text Example
Text Example
White with #482D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D62; }
p { color: rgb(72,45,98); }
H1.HeaderClassName
{
color: #482D62;
}
.AnyTagClassName
{
color: #482D62;
}
</style>
background-color css
<style>
a { background-color: #482D62; }
a { background-color: rgb(72,45,98); }
div.DivClassName
{
background-color: #482D62;
}
.BgClassName
{
background-color: #482D62;
}
</style>
border-color css
<style>
span { border-color: #482D62; }
span { border-color: rgb(72,45,98); }
td.TdClassName
{
border-color: #482D62;
}
.TagClassName
{
border-color: #482D62;
}
</style>