Shades of Blue Diamond #481B7A
Tints of Blue Diamond #481B7A
RGB
CMYK
RGB Variations
Color information
#481B7A (or 0x481B7A) is known color: Blue Diamond. HEX triplet: 48, 1B and 7A. RGB value is (72,27,122). Sum of RGB (Red+Green+Blue) = 72+27+122=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #481B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481B7A is #B7E485. Grayscale: #323232. Windows color (decimal): -12051590 or 8002376. OLE color: 8002376.
HSL color Cylindrical-coordinate representation of color #481B7A: hue angle of 268.42º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481B7A is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 27 | 122 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.52 |
| HSL | 268.42º | 0.64% | 0.29% | - |
| HSV(B) | 268.42º | 0.78% | 0.48% | - |
| XYZ | 6.58 | 3.57 | 18.75 | - |
| YUV | 51.29 | 167.91 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 122 | 0.41 | 0.78 | 0 | 0.52 | 268.42 | 0.64 | 0.29 |
| Hex | 48 | 1B | 7A | 29 | 4E | 0 | 34 | 10C | 40 | 1D |
| Octal | 110 | 33 | 172 | 51 | 116 | 0 | 64 | 414 | 100 | 35 |
| Binary | 1001000 | 11011 | 1111010 | 101001 | 1001110 | 0 | 110100 | 100001100 | 1000000 | 11101 |
Color Harmonies of #481B7A
Complementary color
Monochromatic Colors of #481B7A
Black with #481B7A
Text Example
Text Example
White with #481B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B7A; }
p { color: rgb(72,27,122); }
H1.HeaderClassName
{
color: #481B7A;
}
.AnyTagClassName
{
color: #481B7A;
}
</style>
background-color css
<style>
a { background-color: #481B7A; }
a { background-color: rgb(72,27,122); }
div.DivClassName
{
background-color: #481B7A;
}
.BgClassName
{
background-color: #481B7A;
}
</style>
border-color css
<style>
span { border-color: #481B7A; }
span { border-color: rgb(72,27,122); }
td.TdClassName
{
border-color: #481B7A;
}
.TagClassName
{
border-color: #481B7A;
}
</style>