Shades of Blue Diamond #482178
Tints of Blue Diamond #482178
RGB
CMYK
RGB Variations
Color information
#482178 (or 0x482178) is known color: Blue Diamond. HEX triplet: 48, 21 and 78. RGB value is (72,33,120). Sum of RGB (Red+Green+Blue) = 72+33+120=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #482178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482178 is #B7DE87. Grayscale: #363636. Windows color (decimal): -12050056 or 7872840. OLE color: 7872840.
HSL color Cylindrical-coordinate representation of color #482178: hue angle of 266.9º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482178 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 33 | 120 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.53 |
| HSL | 266.9º | 0.57% | 0.3% | - |
| HSV(B) | 266.9º | 0.73% | 0.47% | - |
| XYZ | 6.61 | 3.82 | 18.16 | - |
| YUV | 54.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 120 | 0.40 | 0.72 | 0 | 0.53 | 266.9 | 0.57 | 0.3 |
| Hex | 48 | 21 | 78 | 28 | 48 | 0 | 35 | 10B | 39 | 1E |
| Octal | 110 | 41 | 170 | 50 | 110 | 0 | 65 | 413 | 71 | 36 |
| Binary | 1001000 | 100001 | 1111000 | 101000 | 1001000 | 0 | 110101 | 100001011 | 111001 | 11110 |
Color Harmonies of #482178
Complementary color
Monochromatic Colors of #482178
Black with #482178
Text Example
Text Example
White with #482178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482178; }
p { color: rgb(72,33,120); }
H1.HeaderClassName
{
color: #482178;
}
.AnyTagClassName
{
color: #482178;
}
</style>
background-color css
<style>
a { background-color: #482178; }
a { background-color: rgb(72,33,120); }
div.DivClassName
{
background-color: #482178;
}
.BgClassName
{
background-color: #482178;
}
</style>
border-color css
<style>
span { border-color: #482178; }
span { border-color: rgb(72,33,120); }
td.TdClassName
{
border-color: #482178;
}
.TagClassName
{
border-color: #482178;
}
</style>