Shades of Blue Diamond #481A73
Tints of Blue Diamond #481A73
RGB
CMYK
RGB Variations
Color information
#481A73 (or 0x481A73) is known color: Blue Diamond. HEX triplet: 48, 1A and 73. RGB value is (72,26,115). Sum of RGB (Red+Green+Blue) = 72+26+115=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #481A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A73 is #B7E58C. Grayscale: #313131. Windows color (decimal): -12051853 or 7543368. OLE color: 7543368.
HSL color Cylindrical-coordinate representation of color #481A73: hue angle of 271.01º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #481A73 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 26 | 115 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.55 |
| HSL | 271.01º | 0.63% | 0.28% | - |
| HSV(B) | 271.01º | 0.77% | 0.45% | - |
| XYZ | 6.14 | 3.35 | 16.54 | - |
| YUV | 49.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 115 | 0.37 | 0.77 | 0 | 0.55 | 271.01 | 0.63 | 0.28 |
| Hex | 48 | 1A | 73 | 25 | 4D | 0 | 37 | 10F | 3F | 1C |
| Octal | 110 | 32 | 163 | 45 | 115 | 0 | 67 | 417 | 77 | 34 |
| Binary | 1001000 | 11010 | 1110011 | 100101 | 1001101 | 0 | 110111 | 100001111 | 111111 | 11100 |
Color Harmonies of #481A73
Complementary color
Monochromatic Colors of #481A73
Black with #481A73
Text Example
Text Example
White with #481A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A73; }
p { color: rgb(72,26,115); }
H1.HeaderClassName
{
color: #481A73;
}
.AnyTagClassName
{
color: #481A73;
}
</style>
background-color css
<style>
a { background-color: #481A73; }
a { background-color: rgb(72,26,115); }
div.DivClassName
{
background-color: #481A73;
}
.BgClassName
{
background-color: #481A73;
}
</style>
border-color css
<style>
span { border-color: #481A73; }
span { border-color: rgb(72,26,115); }
td.TdClassName
{
border-color: #481A73;
}
.TagClassName
{
border-color: #481A73;
}
</style>