Shades of Blue Diamond #481A76
Tints of Blue Diamond #481A76
RGB
CMYK
RGB Variations
Color information
#481A76 (or 0x481A76) is known color: Blue Diamond. HEX triplet: 48, 1A and 76. RGB value is (72,26,118). Sum of RGB (Red+Green+Blue) = 72+26+118=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #481A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A76 is #B7E589. Grayscale: #313131. Windows color (decimal): -12051850 or 7739976. OLE color: 7739976.
HSL color Cylindrical-coordinate representation of color #481A76: hue angle of 270º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481A76 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 26 | 118 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.54 |
| HSL | 270º | 0.64% | 0.28% | - |
| HSV(B) | 270º | 0.78% | 0.46% | - |
| XYZ | 6.31 | 3.42 | 17.47 | - |
| YUV | 50.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 118 | 0.39 | 0.78 | 0 | 0.54 | 270 | 0.64 | 0.28 |
| Hex | 48 | 1A | 76 | 27 | 4E | 0 | 36 | 10E | 40 | 1C |
| Octal | 110 | 32 | 166 | 47 | 116 | 0 | 66 | 416 | 100 | 34 |
| Binary | 1001000 | 11010 | 1110110 | 100111 | 1001110 | 0 | 110110 | 100001110 | 1000000 | 11100 |
Color Harmonies of #481A76
Complementary color
Monochromatic Colors of #481A76
Black with #481A76
Text Example
Text Example
White with #481A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A76; }
p { color: rgb(72,26,118); }
H1.HeaderClassName
{
color: #481A76;
}
.AnyTagClassName
{
color: #481A76;
}
</style>
background-color css
<style>
a { background-color: #481A76; }
a { background-color: rgb(72,26,118); }
div.DivClassName
{
background-color: #481A76;
}
.BgClassName
{
background-color: #481A76;
}
</style>
border-color css
<style>
span { border-color: #481A76; }
span { border-color: rgb(72,26,118); }
td.TdClassName
{
border-color: #481A76;
}
.TagClassName
{
border-color: #481A76;
}
</style>