Shades of Blue Diamond #481B76
Tints of Blue Diamond #481B76
RGB
CMYK
RGB Variations
Color information
#481B76 (or 0x481B76) is known color: Blue Diamond. HEX triplet: 48, 1B and 76. RGB value is (72,27,118). Sum of RGB (Red+Green+Blue) = 72+27+118=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #481B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481B76 is #B7E489. Grayscale: #323232. Windows color (decimal): -12051594 or 7740232. OLE color: 7740232.
HSL color Cylindrical-coordinate representation of color #481B76: hue angle of 269.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #481B76 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 27 | 118 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.54 |
| HSL | 269.67º | 0.63% | 0.28% | - |
| HSV(B) | 269.67º | 0.77% | 0.46% | - |
| XYZ | 6.33 | 3.47 | 17.48 | - |
| YUV | 50.83 | 165.91 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 118 | 0.39 | 0.77 | 0 | 0.54 | 269.67 | 0.63 | 0.28 |
| Hex | 48 | 1B | 76 | 27 | 4D | 0 | 36 | 10E | 3F | 1C |
| Octal | 110 | 33 | 166 | 47 | 115 | 0 | 66 | 416 | 77 | 34 |
| Binary | 1001000 | 11011 | 1110110 | 100111 | 1001101 | 0 | 110110 | 100001110 | 111111 | 11100 |
Color Harmonies of #481B76
Complementary color
Monochromatic Colors of #481B76
Black with #481B76
Text Example
Text Example
White with #481B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B76; }
p { color: rgb(72,27,118); }
H1.HeaderClassName
{
color: #481B76;
}
.AnyTagClassName
{
color: #481B76;
}
</style>
background-color css
<style>
a { background-color: #481B76; }
a { background-color: rgb(72,27,118); }
div.DivClassName
{
background-color: #481B76;
}
.BgClassName
{
background-color: #481B76;
}
</style>
border-color css
<style>
span { border-color: #481B76; }
span { border-color: rgb(72,27,118); }
td.TdClassName
{
border-color: #481B76;
}
.TagClassName
{
border-color: #481B76;
}
</style>