Shades of Blue Diamond #481D78
Tints of Blue Diamond #481D78
RGB
CMYK
RGB Variations
Color information
#481D78 (or 0x481D78) is known color: Blue Diamond. HEX triplet: 48, 1D and 78. RGB value is (72,29,120). Sum of RGB (Red+Green+Blue) = 72+29+120=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #481D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481D78 is #B7E287. Grayscale: #333333. Windows color (decimal): -12051080 or 7871816. OLE color: 7871816.
HSL color Cylindrical-coordinate representation of color #481D78: hue angle of 268.35º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481D78 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 29 | 120 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.53 |
| HSL | 268.35º | 0.61% | 0.29% | - |
| HSV(B) | 268.35º | 0.76% | 0.47% | - |
| XYZ | 6.5 | 3.61 | 18.12 | - |
| YUV | 52.23 | 166.25 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 120 | 0.40 | 0.76 | 0 | 0.53 | 268.35 | 0.61 | 0.29 |
| Hex | 48 | 1D | 78 | 28 | 4C | 0 | 35 | 10C | 3D | 1D |
| Octal | 110 | 35 | 170 | 50 | 114 | 0 | 65 | 414 | 75 | 35 |
| Binary | 1001000 | 11101 | 1111000 | 101000 | 1001100 | 0 | 110101 | 100001100 | 111101 | 11101 |
Color Harmonies of #481D78
Complementary color
Monochromatic Colors of #481D78
Black with #481D78
Text Example
Text Example
White with #481D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D78; }
p { color: rgb(72,29,120); }
H1.HeaderClassName
{
color: #481D78;
}
.AnyTagClassName
{
color: #481D78;
}
</style>
background-color css
<style>
a { background-color: #481D78; }
a { background-color: rgb(72,29,120); }
div.DivClassName
{
background-color: #481D78;
}
.BgClassName
{
background-color: #481D78;
}
</style>
border-color css
<style>
span { border-color: #481D78; }
span { border-color: rgb(72,29,120); }
td.TdClassName
{
border-color: #481D78;
}
.TagClassName
{
border-color: #481D78;
}
</style>