Shades of Blue Diamond #481E6B
Tints of Blue Diamond #481E6B
RGB
CMYK
RGB Variations
Color information
#481E6B (or 0x481E6B) is known color: Blue Diamond. HEX triplet: 48, 1E and 6B. RGB value is (72,30,107). Sum of RGB (Red+Green+Blue) = 72+30+107=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #481E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481E6B is #B7E194. Grayscale: #333333. Windows color (decimal): -12050837 or 7020104. OLE color: 7020104.
HSL color Cylindrical-coordinate representation of color #481E6B: hue angle of 272.73º 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 #481E6B is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 30 | 107 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.58 |
| HSL | 272.73º | 0.56% | 0.27% | - |
| HSV(B) | 272.73º | 0.72% | 0.42% | - |
| XYZ | 5.79 | 3.37 | 14.25 | - |
| YUV | 51.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 107 | 0.33 | 0.72 | 0 | 0.58 | 272.73 | 0.56 | 0.27 |
| Hex | 48 | 1E | 6B | 21 | 48 | 0 | 3A | 111 | 38 | 1B |
| Octal | 110 | 36 | 153 | 41 | 110 | 0 | 72 | 421 | 70 | 33 |
| Binary | 1001000 | 11110 | 1101011 | 100001 | 1001000 | 0 | 111010 | 100010001 | 111000 | 11011 |
Color Harmonies of #481E6B
Complementary color
Monochromatic Colors of #481E6B
Black with #481E6B
Text Example
Text Example
White with #481E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E6B; }
p { color: rgb(72,30,107); }
H1.HeaderClassName
{
color: #481E6B;
}
.AnyTagClassName
{
color: #481E6B;
}
</style>
background-color css
<style>
a { background-color: #481E6B; }
a { background-color: rgb(72,30,107); }
div.DivClassName
{
background-color: #481E6B;
}
.BgClassName
{
background-color: #481E6B;
}
</style>
border-color css
<style>
span { border-color: #481E6B; }
span { border-color: rgb(72,30,107); }
td.TdClassName
{
border-color: #481E6B;
}
.TagClassName
{
border-color: #481E6B;
}
</style>