Shades of Blue Diamond #482874
Tints of Blue Diamond #482874
RGB
CMYK
RGB Variations
Color information
#482874 (or 0x482874) is known color: Blue Diamond. HEX triplet: 48, 28 and 74. RGB value is (72,40,116). Sum of RGB (Red+Green+Blue) = 72+40+116=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #482874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482874 is #B7D78B. Grayscale: #393939. Windows color (decimal): -12048268 or 7612488. OLE color: 7612488.
HSL color Cylindrical-coordinate representation of color #482874: hue angle of 265.26º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #482874 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 40 | 116 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.55 |
| HSL | 265.26º | 0.49% | 0.31% | - |
| HSV(B) | 265.26º | 0.66% | 0.45% | - |
| XYZ | 6.58 | 4.16 | 16.98 | - |
| YUV | 58.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 116 | 0.38 | 0.66 | 0 | 0.55 | 265.26 | 0.49 | 0.31 |
| Hex | 48 | 28 | 74 | 26 | 42 | 0 | 37 | 109 | 31 | 1F |
| Octal | 110 | 50 | 164 | 46 | 102 | 0 | 67 | 411 | 61 | 37 |
| Binary | 1001000 | 101000 | 1110100 | 100110 | 1000010 | 0 | 110111 | 100001001 | 110001 | 11111 |
Color Harmonies of #482874
Complementary color
Monochromatic Colors of #482874
Black with #482874
Text Example
Text Example
White with #482874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482874; }
p { color: rgb(72,40,116); }
H1.HeaderClassName
{
color: #482874;
}
.AnyTagClassName
{
color: #482874;
}
</style>
background-color css
<style>
a { background-color: #482874; }
a { background-color: rgb(72,40,116); }
div.DivClassName
{
background-color: #482874;
}
.BgClassName
{
background-color: #482874;
}
</style>
border-color css
<style>
span { border-color: #482874; }
span { border-color: rgb(72,40,116); }
td.TdClassName
{
border-color: #482874;
}
.TagClassName
{
border-color: #482874;
}
</style>