Shades of Blue Diamond #483063
Tints of Blue Diamond #483063
RGB
CMYK
RGB Variations
Color information
#483063 (or 0x483063) is known color: Blue Diamond. HEX triplet: 48, 30 and 63. RGB value is (72,48,99). Sum of RGB (Red+Green+Blue) = 72+48+99=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #483063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483063 is #B7CF9C. Grayscale: #3C3C3C. Windows color (decimal): -12046237 or 6500424. OLE color: 6500424.
HSL color Cylindrical-coordinate representation of color #483063: hue angle of 268.24º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #483063 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 48 | 99 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.61 |
| HSL | 268.24º | 0.35% | 0.29% | - |
| HSV(B) | 268.24º | 0.52% | 0.39% | - |
| XYZ | 5.98 | 4.39 | 12.34 | - |
| YUV | 60.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 99 | 0.27 | 0.52 | 0 | 0.61 | 268.24 | 0.35 | 0.29 |
| Hex | 48 | 30 | 63 | 1B | 34 | 0 | 3D | 10C | 23 | 1D |
| Octal | 110 | 60 | 143 | 33 | 64 | 0 | 75 | 414 | 43 | 35 |
| Binary | 1001000 | 110000 | 1100011 | 11011 | 110100 | 0 | 111101 | 100001100 | 100011 | 11101 |
Color Harmonies of #483063
Complementary color
Monochromatic Colors of #483063
Black with #483063
Text Example
Text Example
White with #483063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483063; }
p { color: rgb(72,48,99); }
H1.HeaderClassName
{
color: #483063;
}
.AnyTagClassName
{
color: #483063;
}
</style>
background-color css
<style>
a { background-color: #483063; }
a { background-color: rgb(72,48,99); }
div.DivClassName
{
background-color: #483063;
}
.BgClassName
{
background-color: #483063;
}
</style>
border-color css
<style>
span { border-color: #483063; }
span { border-color: rgb(72,48,99); }
td.TdClassName
{
border-color: #483063;
}
.TagClassName
{
border-color: #483063;
}
</style>