Shades of Blue Diamond #481469
Tints of Blue Diamond #481469
RGB
CMYK
RGB Variations
Color information
#481469 (or 0x481469) is known color: Blue Diamond. HEX triplet: 48, 14 and 69. RGB value is (72,20,105). Sum of RGB (Red+Green+Blue) = 72+20+105=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #481469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481469 is #B7EB96. Grayscale: #2C2C2C. Windows color (decimal): -12053399 or 6886472. OLE color: 6886472.
HSL color Cylindrical-coordinate representation of color #481469: hue angle of 276.71º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481469 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 20 | 105 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.59 |
| HSL | 276.71º | 0.68% | 0.25% | - |
| HSV(B) | 276.71º | 0.81% | 0.41% | - |
| XYZ | 5.47 | 2.9 | 13.64 | - |
| YUV | 45.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 105 | 0.31 | 0.81 | 0 | 0.59 | 276.71 | 0.68 | 0.25 |
| Hex | 48 | 14 | 69 | 1F | 51 | 0 | 3B | 115 | 44 | 19 |
| Octal | 110 | 24 | 151 | 37 | 121 | 0 | 73 | 425 | 104 | 31 |
| Binary | 1001000 | 10100 | 1101001 | 11111 | 1010001 | 0 | 111011 | 100010101 | 1000100 | 11001 |
Color Harmonies of #481469
Complementary color
Monochromatic Colors of #481469
Black with #481469
Text Example
Text Example
White with #481469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481469; }
p { color: rgb(72,20,105); }
H1.HeaderClassName
{
color: #481469;
}
.AnyTagClassName
{
color: #481469;
}
</style>
background-color css
<style>
a { background-color: #481469; }
a { background-color: rgb(72,20,105); }
div.DivClassName
{
background-color: #481469;
}
.BgClassName
{
background-color: #481469;
}
</style>
border-color css
<style>
span { border-color: #481469; }
span { border-color: rgb(72,20,105); }
td.TdClassName
{
border-color: #481469;
}
.TagClassName
{
border-color: #481469;
}
</style>