Shades of Blue Diamond #482868
Tints of Blue Diamond #482868
RGB
CMYK
RGB Variations
Color information
#482868 (or 0x482868) is known color: Blue Diamond. HEX triplet: 48, 28 and 68. RGB value is (72,40,104). Sum of RGB (Red+Green+Blue) = 72+40+104=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #482868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482868 is #B7D797. Grayscale: #383838. Windows color (decimal): -12048280 or 6826056. OLE color: 6826056.
HSL color Cylindrical-coordinate representation of color #482868: hue angle of 270º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482868 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 40 | 104 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.59 |
| HSL | 270º | 0.44% | 0.28% | - |
| HSV(B) | 270º | 0.62% | 0.41% | - |
| XYZ | 5.93 | 3.89 | 13.54 | - |
| YUV | 56.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 104 | 0.31 | 0.62 | 0 | 0.59 | 270 | 0.44 | 0.28 |
| Hex | 48 | 28 | 68 | 1F | 3E | 0 | 3B | 10E | 2C | 1C |
| Octal | 110 | 50 | 150 | 37 | 76 | 0 | 73 | 416 | 54 | 34 |
| Binary | 1001000 | 101000 | 1101000 | 11111 | 111110 | 0 | 111011 | 100001110 | 101100 | 11100 |
Color Harmonies of #482868
Complementary color
Monochromatic Colors of #482868
Black with #482868
Text Example
Text Example
White with #482868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482868; }
p { color: rgb(72,40,104); }
H1.HeaderClassName
{
color: #482868;
}
.AnyTagClassName
{
color: #482868;
}
</style>
background-color css
<style>
a { background-color: #482868; }
a { background-color: rgb(72,40,104); }
div.DivClassName
{
background-color: #482868;
}
.BgClassName
{
background-color: #482868;
}
</style>
border-color css
<style>
span { border-color: #482868; }
span { border-color: rgb(72,40,104); }
td.TdClassName
{
border-color: #482868;
}
.TagClassName
{
border-color: #482868;
}
</style>