Shades of Blue Diamond #481768
Tints of Blue Diamond #481768
RGB
CMYK
RGB Variations
Color information
#481768 (or 0x481768) is known color: Blue Diamond. HEX triplet: 48, 17 and 68. RGB value is (72,23,104). Sum of RGB (Red+Green+Blue) = 72+23+104=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #481768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481768 is #B7E897. Grayscale: #2E2E2E. Windows color (decimal): -12052632 or 6821704. OLE color: 6821704.
HSL color Cylindrical-coordinate representation of color #481768: hue angle of 276.3º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481768 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 23 | 104 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.59 |
| HSL | 276.3º | 0.64% | 0.25% | - |
| HSV(B) | 276.3º | 0.78% | 0.41% | - |
| XYZ | 5.48 | 2.99 | 13.39 | - |
| YUV | 46.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 104 | 0.31 | 0.78 | 0 | 0.59 | 276.3 | 0.64 | 0.25 |
| Hex | 48 | 17 | 68 | 1F | 4E | 0 | 3B | 114 | 40 | 19 |
| Octal | 110 | 27 | 150 | 37 | 116 | 0 | 73 | 424 | 100 | 31 |
| Binary | 1001000 | 10111 | 1101000 | 11111 | 1001110 | 0 | 111011 | 100010100 | 1000000 | 11001 |
Color Harmonies of #481768
Complementary color
Monochromatic Colors of #481768
Black with #481768
Text Example
Text Example
White with #481768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481768; }
p { color: rgb(72,23,104); }
H1.HeaderClassName
{
color: #481768;
}
.AnyTagClassName
{
color: #481768;
}
</style>
background-color css
<style>
a { background-color: #481768; }
a { background-color: rgb(72,23,104); }
div.DivClassName
{
background-color: #481768;
}
.BgClassName
{
background-color: #481768;
}
</style>
border-color css
<style>
span { border-color: #481768; }
span { border-color: rgb(72,23,104); }
td.TdClassName
{
border-color: #481768;
}
.TagClassName
{
border-color: #481768;
}
</style>