Shades of Blue Diamond #482C6A
Tints of Blue Diamond #482C6A
RGB
CMYK
RGB Variations
Color information
#482C6A (or 0x482C6A) is known color: Blue Diamond. HEX triplet: 48, 2C and 6A. RGB value is (72,44,106). Sum of RGB (Red+Green+Blue) = 72+44+106=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #482C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C6A is #B7D395. Grayscale: #3B3B3B. Windows color (decimal): -12047254 or 6958152. OLE color: 6958152.
HSL color Cylindrical-coordinate representation of color #482C6A: hue angle of 267.1º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #482C6A is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 44 | 106 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.58 |
| HSL | 267.1º | 0.41% | 0.29% | - |
| HSV(B) | 267.1º | 0.58% | 0.42% | - |
| XYZ | 6.17 | 4.22 | 14.12 | - |
| YUV | 59.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 106 | 0.32 | 0.58 | 0 | 0.58 | 267.1 | 0.41 | 0.29 |
| Hex | 48 | 2C | 6A | 20 | 3A | 0 | 3A | 10B | 29 | 1D |
| Octal | 110 | 54 | 152 | 40 | 72 | 0 | 72 | 413 | 51 | 35 |
| Binary | 1001000 | 101100 | 1101010 | 100000 | 111010 | 0 | 111010 | 100001011 | 101001 | 11101 |
Color Harmonies of #482C6A
Complementary color
Monochromatic Colors of #482C6A
Black with #482C6A
Text Example
Text Example
White with #482C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C6A; }
p { color: rgb(72,44,106); }
H1.HeaderClassName
{
color: #482C6A;
}
.AnyTagClassName
{
color: #482C6A;
}
</style>
background-color css
<style>
a { background-color: #482C6A; }
a { background-color: rgb(72,44,106); }
div.DivClassName
{
background-color: #482C6A;
}
.BgClassName
{
background-color: #482C6A;
}
</style>
border-color css
<style>
span { border-color: #482C6A; }
span { border-color: rgb(72,44,106); }
td.TdClassName
{
border-color: #482C6A;
}
.TagClassName
{
border-color: #482C6A;
}
</style>