Shades of Blue Diamond #48226B
Tints of Blue Diamond #48226B
RGB
CMYK
RGB Variations
Color information
#48226B (or 0x48226B) is known color: Blue Diamond. HEX triplet: 48, 22 and 6B. RGB value is (72,34,107). Sum of RGB (Red+Green+Blue) = 72+34+107=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #48226B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48226B is #B7DD94. Grayscale: #353535. Windows color (decimal): -12049813 or 7021128. OLE color: 7021128.
HSL color Cylindrical-coordinate representation of color #48226B: hue angle of 271.23º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48226B is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 34 | 107 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.58 |
| HSL | 271.23º | 0.52% | 0.28% | - |
| HSV(B) | 271.23º | 0.68% | 0.42% | - |
| XYZ | 5.9 | 3.58 | 14.29 | - |
| YUV | 53.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 107 | 0.33 | 0.68 | 0 | 0.58 | 271.23 | 0.52 | 0.28 |
| Hex | 48 | 22 | 6B | 21 | 44 | 0 | 3A | 10F | 34 | 1C |
| Octal | 110 | 42 | 153 | 41 | 104 | 0 | 72 | 417 | 64 | 34 |
| Binary | 1001000 | 100010 | 1101011 | 100001 | 1000100 | 0 | 111010 | 100001111 | 110100 | 11100 |
Color Harmonies of #48226B
Complementary color
Monochromatic Colors of #48226B
Black with #48226B
Text Example
Text Example
White with #48226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48226B; }
p { color: rgb(72,34,107); }
H1.HeaderClassName
{
color: #48226B;
}
.AnyTagClassName
{
color: #48226B;
}
</style>
background-color css
<style>
a { background-color: #48226B; }
a { background-color: rgb(72,34,107); }
div.DivClassName
{
background-color: #48226B;
}
.BgClassName
{
background-color: #48226B;
}
</style>
border-color css
<style>
span { border-color: #48226B; }
span { border-color: rgb(72,34,107); }
td.TdClassName
{
border-color: #48226B;
}
.TagClassName
{
border-color: #48226B;
}
</style>