Shades of Blue Diamond #482076
Tints of Blue Diamond #482076
RGB
CMYK
RGB Variations
Color information
#482076 (or 0x482076) is known color: Blue Diamond. HEX triplet: 48, 20 and 76. RGB value is (72,32,118). Sum of RGB (Red+Green+Blue) = 72+32+118=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #482076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482076 is #B7DF89. Grayscale: #353535. Windows color (decimal): -12050314 or 7741512. OLE color: 7741512.
HSL color Cylindrical-coordinate representation of color #482076: hue angle of 267.91º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482076 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 32 | 118 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.54 |
| HSL | 267.91º | 0.57% | 0.29% | - |
| HSV(B) | 267.91º | 0.73% | 0.46% | - |
| XYZ | 6.46 | 3.72 | 17.52 | - |
| YUV | 53.76 | 164.25 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 118 | 0.39 | 0.73 | 0 | 0.54 | 267.91 | 0.57 | 0.29 |
| Hex | 48 | 20 | 76 | 27 | 49 | 0 | 36 | 10C | 39 | 1D |
| Octal | 110 | 40 | 166 | 47 | 111 | 0 | 66 | 414 | 71 | 35 |
| Binary | 1001000 | 100000 | 1110110 | 100111 | 1001001 | 0 | 110110 | 100001100 | 111001 | 11101 |
Color Harmonies of #482076
Complementary color
Monochromatic Colors of #482076
Black with #482076
Text Example
Text Example
White with #482076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482076; }
p { color: rgb(72,32,118); }
H1.HeaderClassName
{
color: #482076;
}
.AnyTagClassName
{
color: #482076;
}
</style>
background-color css
<style>
a { background-color: #482076; }
a { background-color: rgb(72,32,118); }
div.DivClassName
{
background-color: #482076;
}
.BgClassName
{
background-color: #482076;
}
</style>
border-color css
<style>
span { border-color: #482076; }
span { border-color: rgb(72,32,118); }
td.TdClassName
{
border-color: #482076;
}
.TagClassName
{
border-color: #482076;
}
</style>