Shades of Blue Diamond #481976
Tints of Blue Diamond #481976
RGB
CMYK
RGB Variations
Color information
#481976 (or 0x481976) is known color: Blue Diamond. HEX triplet: 48, 19 and 76. RGB value is (72,25,118). Sum of RGB (Red+Green+Blue) = 72+25+118=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #481976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481976 is #B7E689. Grayscale: #313131. Windows color (decimal): -12052106 or 7739720. OLE color: 7739720.
HSL color Cylindrical-coordinate representation of color #481976: hue angle of 270.32º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481976 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 25 | 118 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.54 |
| HSL | 270.32º | 0.65% | 0.28% | - |
| HSV(B) | 270.32º | 0.79% | 0.46% | - |
| XYZ | 6.29 | 3.38 | 17.46 | - |
| YUV | 49.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 118 | 0.39 | 0.79 | 0 | 0.54 | 270.32 | 0.65 | 0.28 |
| Hex | 48 | 19 | 76 | 27 | 4F | 0 | 36 | 10E | 41 | 1C |
| Octal | 110 | 31 | 166 | 47 | 117 | 0 | 66 | 416 | 101 | 34 |
| Binary | 1001000 | 11001 | 1110110 | 100111 | 1001111 | 0 | 110110 | 100001110 | 1000001 | 11100 |
Color Harmonies of #481976
Complementary color
Monochromatic Colors of #481976
Black with #481976
Text Example
Text Example
White with #481976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481976; }
p { color: rgb(72,25,118); }
H1.HeaderClassName
{
color: #481976;
}
.AnyTagClassName
{
color: #481976;
}
</style>
background-color css
<style>
a { background-color: #481976; }
a { background-color: rgb(72,25,118); }
div.DivClassName
{
background-color: #481976;
}
.BgClassName
{
background-color: #481976;
}
</style>
border-color css
<style>
span { border-color: #481976; }
span { border-color: rgb(72,25,118); }
td.TdClassName
{
border-color: #481976;
}
.TagClassName
{
border-color: #481976;
}
</style>