Shades of Blue Diamond #482D66
Tints of Blue Diamond #482D66
RGB
CMYK
RGB Variations
Color information
#482D66 (or 0x482D66) is known color: Blue Diamond. HEX triplet: 48, 2D and 66. RGB value is (72,45,102). Sum of RGB (Red+Green+Blue) = 72+45+102=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #482D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D66 is #B7D299. Grayscale: #3B3B3B. Windows color (decimal): -12047002 or 6696264. OLE color: 6696264.
HSL color Cylindrical-coordinate representation of color #482D66: hue angle of 268.42º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482D66 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 45 | 102 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.6 |
| HSL | 268.42º | 0.39% | 0.29% | - |
| HSV(B) | 268.42º | 0.56% | 0.4% | - |
| XYZ | 6.01 | 4.21 | 13.07 | - |
| YUV | 59.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 102 | 0.29 | 0.56 | 0 | 0.6 | 268.42 | 0.39 | 0.29 |
| Hex | 48 | 2D | 66 | 1D | 38 | 0 | 3C | 10C | 27 | 1D |
| Octal | 110 | 55 | 146 | 35 | 70 | 0 | 74 | 414 | 47 | 35 |
| Binary | 1001000 | 101101 | 1100110 | 11101 | 111000 | 0 | 111100 | 100001100 | 100111 | 11101 |
Color Harmonies of #482D66
Complementary color
Monochromatic Colors of #482D66
Black with #482D66
Text Example
Text Example
White with #482D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D66; }
p { color: rgb(72,45,102); }
H1.HeaderClassName
{
color: #482D66;
}
.AnyTagClassName
{
color: #482D66;
}
</style>
background-color css
<style>
a { background-color: #482D66; }
a { background-color: rgb(72,45,102); }
div.DivClassName
{
background-color: #482D66;
}
.BgClassName
{
background-color: #482D66;
}
</style>
border-color css
<style>
span { border-color: #482D66; }
span { border-color: rgb(72,45,102); }
td.TdClassName
{
border-color: #482D66;
}
.TagClassName
{
border-color: #482D66;
}
</style>