Shades of Blue Diamond #48256B
Tints of Blue Diamond #48256B
RGB
CMYK
RGB Variations
Color information
#48256B (or 0x48256B) is known color: Blue Diamond. HEX triplet: 48, 25 and 6B. RGB value is (72,37,107). Sum of RGB (Red+Green+Blue) = 72+37+107=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #48256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48256B is #B7DA94. Grayscale: #373737. Windows color (decimal): -12049045 or 7021896. OLE color: 7021896.
HSL color Cylindrical-coordinate representation of color #48256B: hue angle of 270º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48256B is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 37 | 107 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.58 |
| HSL | 270º | 0.49% | 0.28% | - |
| HSV(B) | 270º | 0.65% | 0.42% | - |
| XYZ | 5.99 | 3.76 | 14.32 | - |
| YUV | 55.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 107 | 0.33 | 0.65 | 0 | 0.58 | 270 | 0.49 | 0.28 |
| Hex | 48 | 25 | 6B | 21 | 41 | 0 | 3A | 10E | 31 | 1C |
| Octal | 110 | 45 | 153 | 41 | 101 | 0 | 72 | 416 | 61 | 34 |
| Binary | 1001000 | 100101 | 1101011 | 100001 | 1000001 | 0 | 111010 | 100001110 | 110001 | 11100 |
Color Harmonies of #48256B
Complementary color
Monochromatic Colors of #48256B
Black with #48256B
Text Example
Text Example
White with #48256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48256B; }
p { color: rgb(72,37,107); }
H1.HeaderClassName
{
color: #48256B;
}
.AnyTagClassName
{
color: #48256B;
}
</style>
background-color css
<style>
a { background-color: #48256B; }
a { background-color: rgb(72,37,107); }
div.DivClassName
{
background-color: #48256B;
}
.BgClassName
{
background-color: #48256B;
}
</style>
border-color css
<style>
span { border-color: #48256B; }
span { border-color: rgb(72,37,107); }
td.TdClassName
{
border-color: #48256B;
}
.TagClassName
{
border-color: #48256B;
}
</style>