Shades of Blue Diamond #482764
Tints of Blue Diamond #482764
RGB
CMYK
RGB Variations
Color information
#482764 (or 0x482764) is known color: Blue Diamond. HEX triplet: 48, 27 and 64. RGB value is (72,39,100). Sum of RGB (Red+Green+Blue) = 72+39+100=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #482764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482764 is #B7D89B. Grayscale: #373737. Windows color (decimal): -12048540 or 6563656. OLE color: 6563656.
HSL color Cylindrical-coordinate representation of color #482764: hue angle of 272.46º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #482764 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 39 | 100 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.61 |
| HSL | 272.46º | 0.44% | 0.27% | - |
| HSV(B) | 272.46º | 0.61% | 0.39% | - |
| XYZ | 5.7 | 3.75 | 12.48 | - |
| YUV | 55.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 100 | 0.28 | 0.61 | 0 | 0.61 | 272.46 | 0.44 | 0.27 |
| Hex | 48 | 27 | 64 | 1C | 3D | 0 | 3D | 110 | 2C | 1B |
| Octal | 110 | 47 | 144 | 34 | 75 | 0 | 75 | 420 | 54 | 33 |
| Binary | 1001000 | 100111 | 1100100 | 11100 | 111101 | 0 | 111101 | 100010000 | 101100 | 11011 |
Color Harmonies of #482764
Complementary color
Monochromatic Colors of #482764
Black with #482764
Text Example
Text Example
White with #482764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482764; }
p { color: rgb(72,39,100); }
H1.HeaderClassName
{
color: #482764;
}
.AnyTagClassName
{
color: #482764;
}
</style>
background-color css
<style>
a { background-color: #482764; }
a { background-color: rgb(72,39,100); }
div.DivClassName
{
background-color: #482764;
}
.BgClassName
{
background-color: #482764;
}
</style>
border-color css
<style>
span { border-color: #482764; }
span { border-color: rgb(72,39,100); }
td.TdClassName
{
border-color: #482764;
}
.TagClassName
{
border-color: #482764;
}
</style>