Shades of Blue Diamond #482278
Tints of Blue Diamond #482278
RGB
CMYK
RGB Variations
Color information
#482278 (or 0x482278) is known color: Blue Diamond. HEX triplet: 48, 22 and 78. RGB value is (72,34,120). Sum of RGB (Red+Green+Blue) = 72+34+120=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #482278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482278 is #B7DD87. Grayscale: #363636. Windows color (decimal): -12049800 or 7873096. OLE color: 7873096.
HSL color Cylindrical-coordinate representation of color #482278: hue angle of 266.51º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482278 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 34 | 120 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.53 |
| HSL | 266.51º | 0.56% | 0.3% | - |
| HSV(B) | 266.51º | 0.72% | 0.47% | - |
| XYZ | 6.63 | 3.88 | 18.17 | - |
| YUV | 55.17 | 164.59 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 120 | 0.40 | 0.72 | 0 | 0.53 | 266.51 | 0.56 | 0.3 |
| Hex | 48 | 22 | 78 | 28 | 48 | 0 | 35 | 10B | 38 | 1E |
| Octal | 110 | 42 | 170 | 50 | 110 | 0 | 65 | 413 | 70 | 36 |
| Binary | 1001000 | 100010 | 1111000 | 101000 | 1001000 | 0 | 110101 | 100001011 | 111000 | 11110 |
Color Harmonies of #482278
Complementary color
Monochromatic Colors of #482278
Black with #482278
Text Example
Text Example
White with #482278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482278; }
p { color: rgb(72,34,120); }
H1.HeaderClassName
{
color: #482278;
}
.AnyTagClassName
{
color: #482278;
}
</style>
background-color css
<style>
a { background-color: #482278; }
a { background-color: rgb(72,34,120); }
div.DivClassName
{
background-color: #482278;
}
.BgClassName
{
background-color: #482278;
}
</style>
border-color css
<style>
span { border-color: #482278; }
span { border-color: rgb(72,34,120); }
td.TdClassName
{
border-color: #482278;
}
.TagClassName
{
border-color: #482278;
}
</style>