Shades of Blue Diamond #48236C
Tints of Blue Diamond #48236C
RGB
CMYK
RGB Variations
Color information
#48236C (or 0x48236C) is known color: Blue Diamond. HEX triplet: 48, 23 and 6C. RGB value is (72,35,108). Sum of RGB (Red+Green+Blue) = 72+35+108=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #48236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48236C is #B7DC93. Grayscale: #363636. Windows color (decimal): -12049556 or 7086920. OLE color: 7086920.
HSL color Cylindrical-coordinate representation of color #48236C: hue angle of 270.41º degrees, saturation: 0.51, 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 #48236C is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 35 | 108 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.58 |
| HSL | 270.41º | 0.51% | 0.28% | - |
| HSV(B) | 270.41º | 0.68% | 0.42% | - |
| XYZ | 5.98 | 3.66 | 14.58 | - |
| YUV | 54.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 108 | 0.33 | 0.68 | 0 | 0.58 | 270.41 | 0.51 | 0.28 |
| Hex | 48 | 23 | 6C | 21 | 44 | 0 | 3A | 10E | 33 | 1C |
| Octal | 110 | 43 | 154 | 41 | 104 | 0 | 72 | 416 | 63 | 34 |
| Binary | 1001000 | 100011 | 1101100 | 100001 | 1000100 | 0 | 111010 | 100001110 | 110011 | 11100 |
Color Harmonies of #48236C
Complementary color
Monochromatic Colors of #48236C
Black with #48236C
Text Example
Text Example
White with #48236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48236C; }
p { color: rgb(72,35,108); }
H1.HeaderClassName
{
color: #48236C;
}
.AnyTagClassName
{
color: #48236C;
}
</style>
background-color css
<style>
a { background-color: #48236C; }
a { background-color: rgb(72,35,108); }
div.DivClassName
{
background-color: #48236C;
}
.BgClassName
{
background-color: #48236C;
}
</style>
border-color css
<style>
span { border-color: #48236C; }
span { border-color: rgb(72,35,108); }
td.TdClassName
{
border-color: #48236C;
}
.TagClassName
{
border-color: #48236C;
}
</style>