Shades of Blue Diamond #48196C
Tints of Blue Diamond #48196C
RGB
CMYK
RGB Variations
Color information
#48196C (or 0x48196C) is known color: Blue Diamond. HEX triplet: 48, 19 and 6C. RGB value is (72,25,108). Sum of RGB (Red+Green+Blue) = 72+25+108=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #48196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48196C is #B7E693. Grayscale: #303030. Windows color (decimal): -12052116 or 7084360. OLE color: 7084360.
HSL color Cylindrical-coordinate representation of color #48196C: hue angle of 273.98º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48196C is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 25 | 108 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.58 |
| HSL | 273.98º | 0.62% | 0.26% | - |
| HSV(B) | 273.98º | 0.77% | 0.42% | - |
| XYZ | 5.73 | 3.16 | 14.49 | - |
| YUV | 48.52 | 161.57 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 108 | 0.33 | 0.77 | 0 | 0.58 | 273.98 | 0.62 | 0.26 |
| Hex | 48 | 19 | 6C | 21 | 4D | 0 | 3A | 112 | 3E | 1A |
| Octal | 110 | 31 | 154 | 41 | 115 | 0 | 72 | 422 | 76 | 32 |
| Binary | 1001000 | 11001 | 1101100 | 100001 | 1001101 | 0 | 111010 | 100010010 | 111110 | 11010 |
Color Harmonies of #48196C
Complementary color
Monochromatic Colors of #48196C
Black with #48196C
Text Example
Text Example
White with #48196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48196C; }
p { color: rgb(72,25,108); }
H1.HeaderClassName
{
color: #48196C;
}
.AnyTagClassName
{
color: #48196C;
}
</style>
background-color css
<style>
a { background-color: #48196C; }
a { background-color: rgb(72,25,108); }
div.DivClassName
{
background-color: #48196C;
}
.BgClassName
{
background-color: #48196C;
}
</style>
border-color css
<style>
span { border-color: #48196C; }
span { border-color: rgb(72,25,108); }
td.TdClassName
{
border-color: #48196C;
}
.TagClassName
{
border-color: #48196C;
}
</style>