Shades of Blue Diamond #48286C
Tints of Blue Diamond #48286C
RGB
CMYK
RGB Variations
Color information
#48286C (or 0x48286C) is known color: Blue Diamond. HEX triplet: 48, 28 and 6C. RGB value is (72,40,108). Sum of RGB (Red+Green+Blue) = 72+40+108=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #48286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48286C is #B7D793. Grayscale: #393939. Windows color (decimal): -12048276 or 7088200. OLE color: 7088200.
HSL color Cylindrical-coordinate representation of color #48286C: hue angle of 268.24º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48286C is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 40 | 108 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.58 |
| HSL | 268.24º | 0.46% | 0.29% | - |
| HSV(B) | 268.24º | 0.63% | 0.42% | - |
| XYZ | 6.14 | 3.98 | 14.63 | - |
| YUV | 57.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 108 | 0.33 | 0.63 | 0 | 0.58 | 268.24 | 0.46 | 0.29 |
| Hex | 48 | 28 | 6C | 21 | 3F | 0 | 3A | 10C | 2E | 1D |
| Octal | 110 | 50 | 154 | 41 | 77 | 0 | 72 | 414 | 56 | 35 |
| Binary | 1001000 | 101000 | 1101100 | 100001 | 111111 | 0 | 111010 | 100001100 | 101110 | 11101 |
Color Harmonies of #48286C
Complementary color
Monochromatic Colors of #48286C
Black with #48286C
Text Example
Text Example
White with #48286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48286C; }
p { color: rgb(72,40,108); }
H1.HeaderClassName
{
color: #48286C;
}
.AnyTagClassName
{
color: #48286C;
}
</style>
background-color css
<style>
a { background-color: #48286C; }
a { background-color: rgb(72,40,108); }
div.DivClassName
{
background-color: #48286C;
}
.BgClassName
{
background-color: #48286C;
}
</style>
border-color css
<style>
span { border-color: #48286C; }
span { border-color: rgb(72,40,108); }
td.TdClassName
{
border-color: #48286C;
}
.TagClassName
{
border-color: #48286C;
}
</style>