Shades of Blue Diamond #48246B
Tints of Blue Diamond #48246B
RGB
CMYK
RGB Variations
Color information
#48246B (or 0x48246B) is known color: Blue Diamond. HEX triplet: 48, 24 and 6B. RGB value is (72,36,107). Sum of RGB (Red+Green+Blue) = 72+36+107=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #48246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48246B is #B7DB94. Grayscale: #363636. Windows color (decimal): -12049301 or 7021640. OLE color: 7021640.
HSL color Cylindrical-coordinate representation of color #48246B: hue angle of 270.42º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48246B is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 36 | 107 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.58 |
| HSL | 270.42º | 0.5% | 0.28% | - |
| HSV(B) | 270.42º | 0.66% | 0.42% | - |
| XYZ | 5.96 | 3.7 | 14.31 | - |
| YUV | 54.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 107 | 0.33 | 0.66 | 0 | 0.58 | 270.42 | 0.5 | 0.28 |
| Hex | 48 | 24 | 6B | 21 | 42 | 0 | 3A | 10E | 32 | 1C |
| Octal | 110 | 44 | 153 | 41 | 102 | 0 | 72 | 416 | 62 | 34 |
| Binary | 1001000 | 100100 | 1101011 | 100001 | 1000010 | 0 | 111010 | 100001110 | 110010 | 11100 |
Color Harmonies of #48246B
Complementary color
Monochromatic Colors of #48246B
Black with #48246B
Text Example
Text Example
White with #48246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48246B; }
p { color: rgb(72,36,107); }
H1.HeaderClassName
{
color: #48246B;
}
.AnyTagClassName
{
color: #48246B;
}
</style>
background-color css
<style>
a { background-color: #48246B; }
a { background-color: rgb(72,36,107); }
div.DivClassName
{
background-color: #48246B;
}
.BgClassName
{
background-color: #48246B;
}
</style>
border-color css
<style>
span { border-color: #48246B; }
span { border-color: rgb(72,36,107); }
td.TdClassName
{
border-color: #48246B;
}
.TagClassName
{
border-color: #48246B;
}
</style>