Shades of Blue Diamond #482E70
Tints of Blue Diamond #482E70
RGB
CMYK
RGB Variations
Color information
#482E70 (or 0x482E70) is known color: Blue Diamond. HEX triplet: 48, 2E and 70. RGB value is (72,46,112). Sum of RGB (Red+Green+Blue) = 72+46+112=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #482E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E70 is #B7D18F. Grayscale: #3D3D3D. Windows color (decimal): -12046736 or 7351880. OLE color: 7351880.
HSL color Cylindrical-coordinate representation of color #482E70: hue angle of 263.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #482E70 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 46 | 112 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.56 |
| HSL | 263.64º | 0.42% | 0.31% | - |
| HSV(B) | 263.64º | 0.59% | 0.44% | - |
| XYZ | 6.57 | 4.5 | 15.85 | - |
| YUV | 61.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 112 | 0.36 | 0.59 | 0 | 0.56 | 263.64 | 0.42 | 0.31 |
| Hex | 48 | 2E | 70 | 24 | 3B | 0 | 38 | 108 | 2A | 1F |
| Octal | 110 | 56 | 160 | 44 | 73 | 0 | 70 | 410 | 52 | 37 |
| Binary | 1001000 | 101110 | 1110000 | 100100 | 111011 | 0 | 111000 | 100001000 | 101010 | 11111 |
Color Harmonies of #482E70
Complementary color
Monochromatic Colors of #482E70
Black with #482E70
Text Example
Text Example
White with #482E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E70; }
p { color: rgb(72,46,112); }
H1.HeaderClassName
{
color: #482E70;
}
.AnyTagClassName
{
color: #482E70;
}
</style>
background-color css
<style>
a { background-color: #482E70; }
a { background-color: rgb(72,46,112); }
div.DivClassName
{
background-color: #482E70;
}
.BgClassName
{
background-color: #482E70;
}
</style>
border-color css
<style>
span { border-color: #482E70; }
span { border-color: rgb(72,46,112); }
td.TdClassName
{
border-color: #482E70;
}
.TagClassName
{
border-color: #482E70;
}
</style>