Shades of Blue Diamond #481A72
Tints of Blue Diamond #481A72
RGB
CMYK
RGB Variations
Color information
#481A72 (or 0x481A72) is known color: Blue Diamond. HEX triplet: 48, 1A and 72. RGB value is (72,26,114). Sum of RGB (Red+Green+Blue) = 72+26+114=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #481A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A72 is #B7E58D. Grayscale: #313131. Windows color (decimal): -12051854 or 7477832. OLE color: 7477832.
HSL color Cylindrical-coordinate representation of color #481A72: hue angle of 271.36º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #481A72 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 26 | 114 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.55 |
| HSL | 271.36º | 0.63% | 0.27% | - |
| HSV(B) | 271.36º | 0.77% | 0.45% | - |
| XYZ | 6.08 | 3.33 | 16.24 | - |
| YUV | 49.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 114 | 0.37 | 0.77 | 0 | 0.55 | 271.36 | 0.63 | 0.27 |
| Hex | 48 | 1A | 72 | 25 | 4D | 0 | 37 | 10F | 3F | 1B |
| Octal | 110 | 32 | 162 | 45 | 115 | 0 | 67 | 417 | 77 | 33 |
| Binary | 1001000 | 11010 | 1110010 | 100101 | 1001101 | 0 | 110111 | 100001111 | 111111 | 11011 |
Color Harmonies of #481A72
Complementary color
Monochromatic Colors of #481A72
Black with #481A72
Text Example
Text Example
White with #481A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A72; }
p { color: rgb(72,26,114); }
H1.HeaderClassName
{
color: #481A72;
}
.AnyTagClassName
{
color: #481A72;
}
</style>
background-color css
<style>
a { background-color: #481A72; }
a { background-color: rgb(72,26,114); }
div.DivClassName
{
background-color: #481A72;
}
.BgClassName
{
background-color: #481A72;
}
</style>
border-color css
<style>
span { border-color: #481A72; }
span { border-color: rgb(72,26,114); }
td.TdClassName
{
border-color: #481A72;
}
.TagClassName
{
border-color: #481A72;
}
</style>