Shades of Blue Diamond #482370
Tints of Blue Diamond #482370
RGB
CMYK
RGB Variations
Color information
#482370 (or 0x482370) is known color: Blue Diamond. HEX triplet: 48, 23 and 70. RGB value is (72,35,112). Sum of RGB (Red+Green+Blue) = 72+35+112=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #482370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482370 is #B7DC8F. Grayscale: #363636. Windows color (decimal): -12049552 or 7349064. OLE color: 7349064.
HSL color Cylindrical-coordinate representation of color #482370: hue angle of 268.83º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482370 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 35 | 112 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.56 |
| HSL | 268.83º | 0.52% | 0.29% | - |
| HSV(B) | 268.83º | 0.69% | 0.44% | - |
| XYZ | 6.2 | 3.75 | 15.73 | - |
| YUV | 54.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 112 | 0.36 | 0.69 | 0 | 0.56 | 268.83 | 0.52 | 0.29 |
| Hex | 48 | 23 | 70 | 24 | 45 | 0 | 38 | 10D | 34 | 1D |
| Octal | 110 | 43 | 160 | 44 | 105 | 0 | 70 | 415 | 64 | 35 |
| Binary | 1001000 | 100011 | 1110000 | 100100 | 1000101 | 0 | 111000 | 100001101 | 110100 | 11101 |
Color Harmonies of #482370
Complementary color
Monochromatic Colors of #482370
Black with #482370
Text Example
Text Example
White with #482370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482370; }
p { color: rgb(72,35,112); }
H1.HeaderClassName
{
color: #482370;
}
.AnyTagClassName
{
color: #482370;
}
</style>
background-color css
<style>
a { background-color: #482370; }
a { background-color: rgb(72,35,112); }
div.DivClassName
{
background-color: #482370;
}
.BgClassName
{
background-color: #482370;
}
</style>
border-color css
<style>
span { border-color: #482370; }
span { border-color: rgb(72,35,112); }
td.TdClassName
{
border-color: #482370;
}
.TagClassName
{
border-color: #482370;
}
</style>