Shades of Blue Diamond #482B65
Tints of Blue Diamond #482B65
RGB
CMYK
RGB Variations
Color information
#482B65 (or 0x482B65) is known color: Blue Diamond. HEX triplet: 48, 2B and 65. RGB value is (72,43,101). Sum of RGB (Red+Green+Blue) = 72+43+101=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #482B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482B65 is #B7D49A. Grayscale: #3A3A3A. Windows color (decimal): -12047515 or 6630216. OLE color: 6630216.
HSL color Cylindrical-coordinate representation of color #482B65: hue angle of 270º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #482B65 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 43 | 101 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.60 |
| HSL | 270º | 0.4% | 0.28% | - |
| HSV(B) | 270º | 0.57% | 0.4% | - |
| XYZ | 5.89 | 4.05 | 12.78 | - |
| YUV | 58.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 101 | 0.29 | 0.57 | 0 | 0.60 | 270 | 0.4 | 0.28 |
| Hex | 48 | 2B | 65 | 1D | 39 | 0 | 3C | 10E | 28 | 1C |
| Octal | 110 | 53 | 145 | 35 | 71 | 0 | 74 | 416 | 50 | 34 |
| Binary | 1001000 | 101011 | 1100101 | 11101 | 111001 | 0 | 111100 | 100001110 | 101000 | 11100 |
Color Harmonies of #482B65
Complementary color
Monochromatic Colors of #482B65
Black with #482B65
Text Example
Text Example
White with #482B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B65; }
p { color: rgb(72,43,101); }
H1.HeaderClassName
{
color: #482B65;
}
.AnyTagClassName
{
color: #482B65;
}
</style>
background-color css
<style>
a { background-color: #482B65; }
a { background-color: rgb(72,43,101); }
div.DivClassName
{
background-color: #482B65;
}
.BgClassName
{
background-color: #482B65;
}
</style>
border-color css
<style>
span { border-color: #482B65; }
span { border-color: rgb(72,43,101); }
td.TdClassName
{
border-color: #482B65;
}
.TagClassName
{
border-color: #482B65;
}
</style>