Shades of Blue Diamond #482664
Tints of Blue Diamond #482664
RGB
CMYK
RGB Variations
Color information
#482664 (or 0x482664) is known color: Blue Diamond. HEX triplet: 48, 26 and 64. RGB value is (72,38,100). Sum of RGB (Red+Green+Blue) = 72+38+100=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #482664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482664 is #B7D99B. Grayscale: #373737. Windows color (decimal): -12048796 or 6563400. OLE color: 6563400.
HSL color Cylindrical-coordinate representation of color #482664: hue angle of 272.9º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482664 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 38 | 100 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.61 |
| HSL | 272.9º | 0.45% | 0.27% | - |
| HSV(B) | 272.9º | 0.62% | 0.39% | - |
| XYZ | 5.67 | 3.68 | 12.47 | - |
| YUV | 55.23 | 153.26 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 100 | 0.28 | 0.62 | 0 | 0.61 | 272.9 | 0.45 | 0.27 |
| Hex | 48 | 26 | 64 | 1C | 3E | 0 | 3D | 111 | 2D | 1B |
| Octal | 110 | 46 | 144 | 34 | 76 | 0 | 75 | 421 | 55 | 33 |
| Binary | 1001000 | 100110 | 1100100 | 11100 | 111110 | 0 | 111101 | 100010001 | 101101 | 11011 |
Color Harmonies of #482664
Complementary color
Monochromatic Colors of #482664
Black with #482664
Text Example
Text Example
White with #482664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482664; }
p { color: rgb(72,38,100); }
H1.HeaderClassName
{
color: #482664;
}
.AnyTagClassName
{
color: #482664;
}
</style>
background-color css
<style>
a { background-color: #482664; }
a { background-color: rgb(72,38,100); }
div.DivClassName
{
background-color: #482664;
}
.BgClassName
{
background-color: #482664;
}
</style>
border-color css
<style>
span { border-color: #482664; }
span { border-color: rgb(72,38,100); }
td.TdClassName
{
border-color: #482664;
}
.TagClassName
{
border-color: #482664;
}
</style>