Shades of Blue Diamond #482F72
Tints of Blue Diamond #482F72
RGB
CMYK
RGB Variations
Color information
#482F72 (or 0x482F72) is known color: Blue Diamond. HEX triplet: 48, 2F and 72. RGB value is (72,47,114). Sum of RGB (Red+Green+Blue) = 72+47+114=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #482F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F72 is #B7D08D. Grayscale: #3D3D3D. Windows color (decimal): -12046478 or 7483208. OLE color: 7483208.
HSL color Cylindrical-coordinate representation of color #482F72: hue angle of 262.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #482F72 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 47 | 114 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.55 |
| HSL | 262.39º | 0.42% | 0.32% | - |
| HSV(B) | 262.39º | 0.59% | 0.45% | - |
| XYZ | 6.73 | 4.63 | 16.46 | - |
| YUV | 62.11 | 157.28 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 114 | 0.37 | 0.59 | 0 | 0.55 | 262.39 | 0.42 | 0.32 |
| Hex | 48 | 2F | 72 | 25 | 3B | 0 | 37 | 106 | 2A | 20 |
| Octal | 110 | 57 | 162 | 45 | 73 | 0 | 67 | 406 | 52 | 40 |
| Binary | 1001000 | 101111 | 1110010 | 100101 | 111011 | 0 | 110111 | 100000110 | 101010 | 100000 |
Color Harmonies of #482F72
Complementary color
Monochromatic Colors of #482F72
Black with #482F72
Text Example
Text Example
White with #482F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F72; }
p { color: rgb(72,47,114); }
H1.HeaderClassName
{
color: #482F72;
}
.AnyTagClassName
{
color: #482F72;
}
</style>
background-color css
<style>
a { background-color: #482F72; }
a { background-color: rgb(72,47,114); }
div.DivClassName
{
background-color: #482F72;
}
.BgClassName
{
background-color: #482F72;
}
</style>
border-color css
<style>
span { border-color: #482F72; }
span { border-color: rgb(72,47,114); }
td.TdClassName
{
border-color: #482F72;
}
.TagClassName
{
border-color: #482F72;
}
</style>