Shades of Blue Diamond #48186C
Tints of Blue Diamond #48186C
RGB
CMYK
RGB Variations
Color information
#48186C (or 0x48186C) is known color: Blue Diamond. HEX triplet: 48, 18 and 6C. RGB value is (72,24,108). Sum of RGB (Red+Green+Blue) = 72+24+108=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #48186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48186C is #B7E793. Grayscale: #2F2F2F. Windows color (decimal): -12052372 or 7084104. OLE color: 7084104.
HSL color Cylindrical-coordinate representation of color #48186C: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48186C is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 24 | 108 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.58 |
| HSL | 274.29º | 0.64% | 0.26% | - |
| HSV(B) | 274.29º | 0.78% | 0.42% | - |
| XYZ | 5.71 | 3.11 | 14.49 | - |
| YUV | 47.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 108 | 0.33 | 0.78 | 0 | 0.58 | 274.29 | 0.64 | 0.26 |
| Hex | 48 | 18 | 6C | 21 | 4E | 0 | 3A | 112 | 40 | 1A |
| Octal | 110 | 30 | 154 | 41 | 116 | 0 | 72 | 422 | 100 | 32 |
| Binary | 1001000 | 11000 | 1101100 | 100001 | 1001110 | 0 | 111010 | 100010010 | 1000000 | 11010 |
Color Harmonies of #48186C
Complementary color
Monochromatic Colors of #48186C
Black with #48186C
Text Example
Text Example
White with #48186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48186C; }
p { color: rgb(72,24,108); }
H1.HeaderClassName
{
color: #48186C;
}
.AnyTagClassName
{
color: #48186C;
}
</style>
background-color css
<style>
a { background-color: #48186C; }
a { background-color: rgb(72,24,108); }
div.DivClassName
{
background-color: #48186C;
}
.BgClassName
{
background-color: #48186C;
}
</style>
border-color css
<style>
span { border-color: #48186C; }
span { border-color: rgb(72,24,108); }
td.TdClassName
{
border-color: #48186C;
}
.TagClassName
{
border-color: #48186C;
}
</style>