Shades of Blue Diamond #482468
Tints of Blue Diamond #482468
RGB
CMYK
RGB Variations
Color information
#482468 (or 0x482468) is known color: Blue Diamond. HEX triplet: 48, 24 and 68. RGB value is (72,36,104). Sum of RGB (Red+Green+Blue) = 72+36+104=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #482468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482468 is #B7DB97. Grayscale: #363636. Windows color (decimal): -12049304 or 6825032. OLE color: 6825032.
HSL color Cylindrical-coordinate representation of color #482468: hue angle of 271.76º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482468 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 36 | 104 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.59 |
| HSL | 271.76º | 0.49% | 0.27% | - |
| HSV(B) | 271.76º | 0.65% | 0.41% | - |
| XYZ | 5.8 | 3.64 | 13.49 | - |
| YUV | 54.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 104 | 0.31 | 0.65 | 0 | 0.59 | 271.76 | 0.49 | 0.27 |
| Hex | 48 | 24 | 68 | 1F | 41 | 0 | 3B | 110 | 31 | 1B |
| Octal | 110 | 44 | 150 | 37 | 101 | 0 | 73 | 420 | 61 | 33 |
| Binary | 1001000 | 100100 | 1101000 | 11111 | 1000001 | 0 | 111011 | 100010000 | 110001 | 11011 |
Color Harmonies of #482468
Complementary color
Monochromatic Colors of #482468
Black with #482468
Text Example
Text Example
White with #482468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482468; }
p { color: rgb(72,36,104); }
H1.HeaderClassName
{
color: #482468;
}
.AnyTagClassName
{
color: #482468;
}
</style>
background-color css
<style>
a { background-color: #482468; }
a { background-color: rgb(72,36,104); }
div.DivClassName
{
background-color: #482468;
}
.BgClassName
{
background-color: #482468;
}
</style>
border-color css
<style>
span { border-color: #482468; }
span { border-color: rgb(72,36,104); }
td.TdClassName
{
border-color: #482468;
}
.TagClassName
{
border-color: #482468;
}
</style>