Shades of Blue Diamond #483168
Tints of Blue Diamond #483168
RGB
CMYK
RGB Variations
Color information
#483168 (or 0x483168) is known color: Blue Diamond. HEX triplet: 48, 31 and 68. RGB value is (72,49,104). Sum of RGB (Red+Green+Blue) = 72+49+104=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #483168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483168 is #B7CE97. Grayscale: #3D3D3D. Windows color (decimal): -12045976 or 6828360. OLE color: 6828360.
HSL color Cylindrical-coordinate representation of color #483168: hue angle of 265.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483168 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 49 | 104 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.59 |
| HSL | 265.09º | 0.36% | 0.3% | - |
| HSV(B) | 265.09º | 0.53% | 0.41% | - |
| XYZ | 6.27 | 4.57 | 13.65 | - |
| YUV | 62.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 104 | 0.31 | 0.53 | 0 | 0.59 | 265.09 | 0.36 | 0.3 |
| Hex | 48 | 31 | 68 | 1F | 35 | 0 | 3B | 109 | 24 | 1E |
| Octal | 110 | 61 | 150 | 37 | 65 | 0 | 73 | 411 | 44 | 36 |
| Binary | 1001000 | 110001 | 1101000 | 11111 | 110101 | 0 | 111011 | 100001001 | 100100 | 11110 |
Color Harmonies of #483168
Complementary color
Monochromatic Colors of #483168
Black with #483168
Text Example
Text Example
White with #483168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483168; }
p { color: rgb(72,49,104); }
H1.HeaderClassName
{
color: #483168;
}
.AnyTagClassName
{
color: #483168;
}
</style>
background-color css
<style>
a { background-color: #483168; }
a { background-color: rgb(72,49,104); }
div.DivClassName
{
background-color: #483168;
}
.BgClassName
{
background-color: #483168;
}
</style>
border-color css
<style>
span { border-color: #483168; }
span { border-color: rgb(72,49,104); }
td.TdClassName
{
border-color: #483168;
}
.TagClassName
{
border-color: #483168;
}
</style>