Shades of Blue Diamond #482E6A
Tints of Blue Diamond #482E6A
RGB
CMYK
RGB Variations
Color information
#482E6A (or 0x482E6A) is known color: Blue Diamond. HEX triplet: 48, 2E and 6A. RGB value is (72,46,106). Sum of RGB (Red+Green+Blue) = 72+46+106=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #482E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E6A is #B7D195. Grayscale: #3C3C3C. Windows color (decimal): -12046742 or 6958664. OLE color: 6958664.
HSL color Cylindrical-coordinate representation of color #482E6A: hue angle of 266º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #482E6A is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 46 | 106 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.58 |
| HSL | 266º | 0.39% | 0.3% | - |
| HSV(B) | 266º | 0.57% | 0.42% | - |
| XYZ | 6.25 | 4.37 | 14.15 | - |
| YUV | 60.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 106 | 0.32 | 0.57 | 0 | 0.58 | 266 | 0.39 | 0.3 |
| Hex | 48 | 2E | 6A | 20 | 39 | 0 | 3A | 10A | 27 | 1E |
| Octal | 110 | 56 | 152 | 40 | 71 | 0 | 72 | 412 | 47 | 36 |
| Binary | 1001000 | 101110 | 1101010 | 100000 | 111001 | 0 | 111010 | 100001010 | 100111 | 11110 |
Color Harmonies of #482E6A
Complementary color
Monochromatic Colors of #482E6A
Black with #482E6A
Text Example
Text Example
White with #482E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E6A; }
p { color: rgb(72,46,106); }
H1.HeaderClassName
{
color: #482E6A;
}
.AnyTagClassName
{
color: #482E6A;
}
</style>
background-color css
<style>
a { background-color: #482E6A; }
a { background-color: rgb(72,46,106); }
div.DivClassName
{
background-color: #482E6A;
}
.BgClassName
{
background-color: #482E6A;
}
</style>
border-color css
<style>
span { border-color: #482E6A; }
span { border-color: rgb(72,46,106); }
td.TdClassName
{
border-color: #482E6A;
}
.TagClassName
{
border-color: #482E6A;
}
</style>