Shades of Blue Diamond #481E6A
Tints of Blue Diamond #481E6A
RGB
CMYK
RGB Variations
Color information
#481E6A (or 0x481E6A) is known color: Blue Diamond. HEX triplet: 48, 1E and 6A. RGB value is (72,30,106). Sum of RGB (Red+Green+Blue) = 72+30+106=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #481E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481E6A is #B7E195. Grayscale: #323232. Windows color (decimal): -12050838 or 6954568. OLE color: 6954568.
HSL color Cylindrical-coordinate representation of color #481E6A: hue angle of 273.16º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #481E6A is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 30 | 106 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.58 |
| HSL | 273.16º | 0.56% | 0.27% | - |
| HSV(B) | 273.16º | 0.72% | 0.42% | - |
| XYZ | 5.74 | 3.35 | 13.98 | - |
| YUV | 51.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 106 | 0.32 | 0.72 | 0 | 0.58 | 273.16 | 0.56 | 0.27 |
| Hex | 48 | 1E | 6A | 20 | 48 | 0 | 3A | 111 | 38 | 1B |
| Octal | 110 | 36 | 152 | 40 | 110 | 0 | 72 | 421 | 70 | 33 |
| Binary | 1001000 | 11110 | 1101010 | 100000 | 1001000 | 0 | 111010 | 100010001 | 111000 | 11011 |
Color Harmonies of #481E6A
Complementary color
Monochromatic Colors of #481E6A
Black with #481E6A
Text Example
Text Example
White with #481E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E6A; }
p { color: rgb(72,30,106); }
H1.HeaderClassName
{
color: #481E6A;
}
.AnyTagClassName
{
color: #481E6A;
}
</style>
background-color css
<style>
a { background-color: #481E6A; }
a { background-color: rgb(72,30,106); }
div.DivClassName
{
background-color: #481E6A;
}
.BgClassName
{
background-color: #481E6A;
}
</style>
border-color css
<style>
span { border-color: #481E6A; }
span { border-color: rgb(72,30,106); }
td.TdClassName
{
border-color: #481E6A;
}
.TagClassName
{
border-color: #481E6A;
}
</style>