Shades of Blue Diamond #482F71
Tints of Blue Diamond #482F71
RGB
CMYK
RGB Variations
Color information
#482F71 (or 0x482F71) is known color: Blue Diamond. HEX triplet: 48, 2F and 71. RGB value is (72,47,113). Sum of RGB (Red+Green+Blue) = 72+47+113=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #482F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F71 is #B7D08E. Grayscale: #3D3D3D. Windows color (decimal): -12046479 or 7417672. OLE color: 7417672.
HSL color Cylindrical-coordinate representation of color #482F71: hue angle of 262.73º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #482F71 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 47 | 113 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.56 |
| HSL | 262.73º | 0.41% | 0.31% | - |
| HSV(B) | 262.73º | 0.58% | 0.44% | - |
| XYZ | 6.67 | 4.6 | 16.16 | - |
| YUV | 62 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 113 | 0.36 | 0.58 | 0 | 0.56 | 262.73 | 0.41 | 0.31 |
| Hex | 48 | 2F | 71 | 24 | 3A | 0 | 38 | 107 | 29 | 1F |
| Octal | 110 | 57 | 161 | 44 | 72 | 0 | 70 | 407 | 51 | 37 |
| Binary | 1001000 | 101111 | 1110001 | 100100 | 111010 | 0 | 111000 | 100000111 | 101001 | 11111 |
Color Harmonies of #482F71
Complementary color
Monochromatic Colors of #482F71
Black with #482F71
Text Example
Text Example
White with #482F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F71; }
p { color: rgb(72,47,113); }
H1.HeaderClassName
{
color: #482F71;
}
.AnyTagClassName
{
color: #482F71;
}
</style>
background-color css
<style>
a { background-color: #482F71; }
a { background-color: rgb(72,47,113); }
div.DivClassName
{
background-color: #482F71;
}
.BgClassName
{
background-color: #482F71;
}
</style>
border-color css
<style>
span { border-color: #482F71; }
span { border-color: rgb(72,47,113); }
td.TdClassName
{
border-color: #482F71;
}
.TagClassName
{
border-color: #482F71;
}
</style>