Shades of Blue Diamond #482D65
Tints of Blue Diamond #482D65
RGB
CMYK
RGB Variations
Color information
#482D65 (or 0x482D65) is known color: Blue Diamond. HEX triplet: 48, 2D and 65. RGB value is (72,45,101). Sum of RGB (Red+Green+Blue) = 72+45+101=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #482D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D65 is #B7D29A. Grayscale: #3B3B3B. Windows color (decimal): -12047003 or 6630728. OLE color: 6630728.
HSL color Cylindrical-coordinate representation of color #482D65: hue angle of 268.93º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #482D65 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 45 | 101 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.60 |
| HSL | 268.93º | 0.38% | 0.29% | - |
| HSV(B) | 268.93º | 0.55% | 0.4% | - |
| XYZ | 5.96 | 4.19 | 12.81 | - |
| YUV | 59.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 101 | 0.29 | 0.55 | 0 | 0.60 | 268.93 | 0.38 | 0.29 |
| Hex | 48 | 2D | 65 | 1D | 37 | 0 | 3C | 10D | 26 | 1D |
| Octal | 110 | 55 | 145 | 35 | 67 | 0 | 74 | 415 | 46 | 35 |
| Binary | 1001000 | 101101 | 1100101 | 11101 | 110111 | 0 | 111100 | 100001101 | 100110 | 11101 |
Color Harmonies of #482D65
Complementary color
Monochromatic Colors of #482D65
Black with #482D65
Text Example
Text Example
White with #482D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D65; }
p { color: rgb(72,45,101); }
H1.HeaderClassName
{
color: #482D65;
}
.AnyTagClassName
{
color: #482D65;
}
</style>
background-color css
<style>
a { background-color: #482D65; }
a { background-color: rgb(72,45,101); }
div.DivClassName
{
background-color: #482D65;
}
.BgClassName
{
background-color: #482D65;
}
</style>
border-color css
<style>
span { border-color: #482D65; }
span { border-color: rgb(72,45,101); }
td.TdClassName
{
border-color: #482D65;
}
.TagClassName
{
border-color: #482D65;
}
</style>