Shades of Blue Diamond #482074
Tints of Blue Diamond #482074
RGB
CMYK
RGB Variations
Color information
#482074 (or 0x482074) is known color: Blue Diamond. HEX triplet: 48, 20 and 74. RGB value is (72,32,116). Sum of RGB (Red+Green+Blue) = 72+32+116=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #482074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482074 is #B7DF8B. Grayscale: #353535. Windows color (decimal): -12050316 or 7610440. OLE color: 7610440.
HSL color Cylindrical-coordinate representation of color #482074: hue angle of 268.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482074 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 32 | 116 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.55 |
| HSL | 268.57º | 0.57% | 0.29% | - |
| HSV(B) | 268.57º | 0.72% | 0.45% | - |
| XYZ | 6.34 | 3.67 | 16.9 | - |
| YUV | 53.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 116 | 0.38 | 0.72 | 0 | 0.55 | 268.57 | 0.57 | 0.29 |
| Hex | 48 | 20 | 74 | 26 | 48 | 0 | 37 | 10D | 39 | 1D |
| Octal | 110 | 40 | 164 | 46 | 110 | 0 | 67 | 415 | 71 | 35 |
| Binary | 1001000 | 100000 | 1110100 | 100110 | 1001000 | 0 | 110111 | 100001101 | 111001 | 11101 |
Color Harmonies of #482074
Complementary color
Monochromatic Colors of #482074
Black with #482074
Text Example
Text Example
White with #482074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482074; }
p { color: rgb(72,32,116); }
H1.HeaderClassName
{
color: #482074;
}
.AnyTagClassName
{
color: #482074;
}
</style>
background-color css
<style>
a { background-color: #482074; }
a { background-color: rgb(72,32,116); }
div.DivClassName
{
background-color: #482074;
}
.BgClassName
{
background-color: #482074;
}
</style>
border-color css
<style>
span { border-color: #482074; }
span { border-color: rgb(72,32,116); }
td.TdClassName
{
border-color: #482074;
}
.TagClassName
{
border-color: #482074;
}
</style>