Shades of Blue Diamond #481B70
Tints of Blue Diamond #481B70
RGB
CMYK
RGB Variations
Color information
#481B70 (or 0x481B70) is known color: Blue Diamond. HEX triplet: 48, 1B and 70. RGB value is (72,27,112). Sum of RGB (Red+Green+Blue) = 72+27+112=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #481B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481B70 is #B7E48F. Grayscale: #313131. Windows color (decimal): -12051600 or 7347016. OLE color: 7347016.
HSL color Cylindrical-coordinate representation of color #481B70: hue angle of 271.76º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481B70 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 27 | 112 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.56 |
| HSL | 271.76º | 0.61% | 0.27% | - |
| HSV(B) | 271.76º | 0.76% | 0.44% | - |
| XYZ | 5.99 | 3.33 | 15.66 | - |
| YUV | 50.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 112 | 0.36 | 0.76 | 0 | 0.56 | 271.76 | 0.61 | 0.27 |
| Hex | 48 | 1B | 70 | 24 | 4C | 0 | 38 | 110 | 3D | 1B |
| Octal | 110 | 33 | 160 | 44 | 114 | 0 | 70 | 420 | 75 | 33 |
| Binary | 1001000 | 11011 | 1110000 | 100100 | 1001100 | 0 | 111000 | 100010000 | 111101 | 11011 |
Color Harmonies of #481B70
Complementary color
Monochromatic Colors of #481B70
Black with #481B70
Text Example
Text Example
White with #481B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B70; }
p { color: rgb(72,27,112); }
H1.HeaderClassName
{
color: #481B70;
}
.AnyTagClassName
{
color: #481B70;
}
</style>
background-color css
<style>
a { background-color: #481B70; }
a { background-color: rgb(72,27,112); }
div.DivClassName
{
background-color: #481B70;
}
.BgClassName
{
background-color: #481B70;
}
</style>
border-color css
<style>
span { border-color: #481B70; }
span { border-color: rgb(72,27,112); }
td.TdClassName
{
border-color: #481B70;
}
.TagClassName
{
border-color: #481B70;
}
</style>