Shades of Blue Diamond #482A63
Tints of Blue Diamond #482A63
RGB
CMYK
RGB Variations
Color information
#482A63 (or 0x482A63) is known color: Blue Diamond. HEX triplet: 48, 2A and 63. RGB value is (72,42,99). Sum of RGB (Red+Green+Blue) = 72+42+99=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #482A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A63 is #B7D59C. Grayscale: #393939. Windows color (decimal): -12047773 or 6498888. OLE color: 6498888.
HSL color Cylindrical-coordinate representation of color #482A63: hue angle of 271.58º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #482A63 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 42 | 99 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.61 |
| HSL | 271.58º | 0.4% | 0.28% | - |
| HSV(B) | 271.58º | 0.58% | 0.39% | - |
| XYZ | 5.75 | 3.93 | 12.26 | - |
| YUV | 57.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 99 | 0.27 | 0.58 | 0 | 0.61 | 271.58 | 0.4 | 0.28 |
| Hex | 48 | 2A | 63 | 1B | 3A | 0 | 3D | 110 | 28 | 1C |
| Octal | 110 | 52 | 143 | 33 | 72 | 0 | 75 | 420 | 50 | 34 |
| Binary | 1001000 | 101010 | 1100011 | 11011 | 111010 | 0 | 111101 | 100010000 | 101000 | 11100 |
Color Harmonies of #482A63
Complementary color
Monochromatic Colors of #482A63
Black with #482A63
Text Example
Text Example
White with #482A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A63; }
p { color: rgb(72,42,99); }
H1.HeaderClassName
{
color: #482A63;
}
.AnyTagClassName
{
color: #482A63;
}
</style>
background-color css
<style>
a { background-color: #482A63; }
a { background-color: rgb(72,42,99); }
div.DivClassName
{
background-color: #482A63;
}
.BgClassName
{
background-color: #482A63;
}
</style>
border-color css
<style>
span { border-color: #482A63; }
span { border-color: rgb(72,42,99); }
td.TdClassName
{
border-color: #482A63;
}
.TagClassName
{
border-color: #482A63;
}
</style>