Shades of Blue Diamond #482F63
Tints of Blue Diamond #482F63
RGB
CMYK
RGB Variations
Color information
#482F63 (or 0x482F63) is known color: Blue Diamond. HEX triplet: 48, 2F and 63. RGB value is (72,47,99). Sum of RGB (Red+Green+Blue) = 72+47+99=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #482F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F63 is #B7D09C. Grayscale: #3C3C3C. Windows color (decimal): -12046493 or 6500168. OLE color: 6500168.
HSL color Cylindrical-coordinate representation of color #482F63: hue angle of 268.85º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482F63 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 47 | 99 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.61 |
| HSL | 268.85º | 0.36% | 0.29% | - |
| HSV(B) | 268.85º | 0.53% | 0.39% | - |
| XYZ | 5.94 | 4.31 | 12.32 | - |
| YUV | 60.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 99 | 0.27 | 0.53 | 0 | 0.61 | 268.85 | 0.36 | 0.29 |
| Hex | 48 | 2F | 63 | 1B | 35 | 0 | 3D | 10D | 24 | 1D |
| Octal | 110 | 57 | 143 | 33 | 65 | 0 | 75 | 415 | 44 | 35 |
| Binary | 1001000 | 101111 | 1100011 | 11011 | 110101 | 0 | 111101 | 100001101 | 100100 | 11101 |
Color Harmonies of #482F63
Complementary color
Monochromatic Colors of #482F63
Black with #482F63
Text Example
Text Example
White with #482F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F63; }
p { color: rgb(72,47,99); }
H1.HeaderClassName
{
color: #482F63;
}
.AnyTagClassName
{
color: #482F63;
}
</style>
background-color css
<style>
a { background-color: #482F63; }
a { background-color: rgb(72,47,99); }
div.DivClassName
{
background-color: #482F63;
}
.BgClassName
{
background-color: #482F63;
}
</style>
border-color css
<style>
span { border-color: #482F63; }
span { border-color: rgb(72,47,99); }
td.TdClassName
{
border-color: #482F63;
}
.TagClassName
{
border-color: #482F63;
}
</style>