Shades of Blue Diamond #482266
Tints of Blue Diamond #482266
RGB
CMYK
RGB Variations
Color information
#482266 (or 0x482266) is known color: Blue Diamond. HEX triplet: 48, 22 and 66. RGB value is (72,34,102). Sum of RGB (Red+Green+Blue) = 72+34+102=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #482266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482266 is #B7DD99. Grayscale: #343434. Windows color (decimal): -12049818 or 6693448. OLE color: 6693448.
HSL color Cylindrical-coordinate representation of color #482266: hue angle of 273.53º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #482266 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 34 | 102 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.6 |
| HSL | 273.53º | 0.5% | 0.27% | - |
| HSV(B) | 273.53º | 0.67% | 0.4% | - |
| XYZ | 5.64 | 3.48 | 12.94 | - |
| YUV | 53.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 102 | 0.29 | 0.67 | 0 | 0.6 | 273.53 | 0.5 | 0.27 |
| Hex | 48 | 22 | 66 | 1D | 43 | 0 | 3C | 112 | 32 | 1B |
| Octal | 110 | 42 | 146 | 35 | 103 | 0 | 74 | 422 | 62 | 33 |
| Binary | 1001000 | 100010 | 1100110 | 11101 | 1000011 | 0 | 111100 | 100010010 | 110010 | 11011 |
Color Harmonies of #482266
Complementary color
Monochromatic Colors of #482266
Black with #482266
Text Example
Text Example
White with #482266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482266; }
p { color: rgb(72,34,102); }
H1.HeaderClassName
{
color: #482266;
}
.AnyTagClassName
{
color: #482266;
}
</style>
background-color css
<style>
a { background-color: #482266; }
a { background-color: rgb(72,34,102); }
div.DivClassName
{
background-color: #482266;
}
.BgClassName
{
background-color: #482266;
}
</style>
border-color css
<style>
span { border-color: #482266; }
span { border-color: rgb(72,34,102); }
td.TdClassName
{
border-color: #482266;
}
.TagClassName
{
border-color: #482266;
}
</style>