Shades of Blue Diamond #481A71
Tints of Blue Diamond #481A71
RGB
CMYK
RGB Variations
Color information
#481A71 (or 0x481A71) is known color: Blue Diamond. HEX triplet: 48, 1A and 71. RGB value is (72,26,113). Sum of RGB (Red+Green+Blue) = 72+26+113=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #481A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A71 is #B7E58E. Grayscale: #313131. Windows color (decimal): -12051855 or 7412296. OLE color: 7412296.
HSL color Cylindrical-coordinate representation of color #481A71: hue angle of 271.72º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #481A71 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 26 | 113 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.56 |
| HSL | 271.72º | 0.63% | 0.27% | - |
| HSV(B) | 271.72º | 0.77% | 0.44% | - |
| XYZ | 6.02 | 3.31 | 15.94 | - |
| YUV | 49.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 113 | 0.36 | 0.77 | 0 | 0.56 | 271.72 | 0.63 | 0.27 |
| Hex | 48 | 1A | 71 | 24 | 4D | 0 | 38 | 110 | 3F | 1B |
| Octal | 110 | 32 | 161 | 44 | 115 | 0 | 70 | 420 | 77 | 33 |
| Binary | 1001000 | 11010 | 1110001 | 100100 | 1001101 | 0 | 111000 | 100010000 | 111111 | 11011 |
Color Harmonies of #481A71
Complementary color
Monochromatic Colors of #481A71
Black with #481A71
Text Example
Text Example
White with #481A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A71; }
p { color: rgb(72,26,113); }
H1.HeaderClassName
{
color: #481A71;
}
.AnyTagClassName
{
color: #481A71;
}
</style>
background-color css
<style>
a { background-color: #481A71; }
a { background-color: rgb(72,26,113); }
div.DivClassName
{
background-color: #481A71;
}
.BgClassName
{
background-color: #481A71;
}
</style>
border-color css
<style>
span { border-color: #481A71; }
span { border-color: rgb(72,26,113); }
td.TdClassName
{
border-color: #481A71;
}
.TagClassName
{
border-color: #481A71;
}
</style>