Shades of Blue Diamond #482865
Tints of Blue Diamond #482865
RGB
CMYK
RGB Variations
Color information
#482865 (or 0x482865) is known color: Blue Diamond. HEX triplet: 48, 28 and 65. RGB value is (72,40,101). Sum of RGB (Red+Green+Blue) = 72+40+101=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #482865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482865 is #B7D79A. Grayscale: #383838. Windows color (decimal): -12048283 or 6629448. OLE color: 6629448.
HSL color Cylindrical-coordinate representation of color #482865: hue angle of 271.48º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482865 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 40 | 101 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.60 |
| HSL | 271.48º | 0.43% | 0.28% | - |
| HSV(B) | 271.48º | 0.6% | 0.4% | - |
| XYZ | 5.78 | 3.83 | 12.75 | - |
| YUV | 56.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 101 | 0.29 | 0.60 | 0 | 0.60 | 271.48 | 0.43 | 0.28 |
| Hex | 48 | 28 | 65 | 1D | 3C | 0 | 3C | 10F | 2B | 1C |
| Octal | 110 | 50 | 145 | 35 | 74 | 0 | 74 | 417 | 53 | 34 |
| Binary | 1001000 | 101000 | 1100101 | 11101 | 111100 | 0 | 111100 | 100001111 | 101011 | 11100 |
Color Harmonies of #482865
Complementary color
Monochromatic Colors of #482865
Black with #482865
Text Example
Text Example
White with #482865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482865; }
p { color: rgb(72,40,101); }
H1.HeaderClassName
{
color: #482865;
}
.AnyTagClassName
{
color: #482865;
}
</style>
background-color css
<style>
a { background-color: #482865; }
a { background-color: rgb(72,40,101); }
div.DivClassName
{
background-color: #482865;
}
.BgClassName
{
background-color: #482865;
}
</style>
border-color css
<style>
span { border-color: #482865; }
span { border-color: rgb(72,40,101); }
td.TdClassName
{
border-color: #482865;
}
.TagClassName
{
border-color: #482865;
}
</style>