Shades of Blue Diamond #482C69
Tints of Blue Diamond #482C69
RGB
CMYK
RGB Variations
Color information
#482C69 (or 0x482C69) is known color: Blue Diamond. HEX triplet: 48, 2C and 69. RGB value is (72,44,105). Sum of RGB (Red+Green+Blue) = 72+44+105=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #482C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C69 is #B7D396. Grayscale: #3B3B3B. Windows color (decimal): -12047255 or 6892616. OLE color: 6892616.
HSL color Cylindrical-coordinate representation of color #482C69: hue angle of 267.54º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #482C69 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 44 | 105 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.59 |
| HSL | 267.54º | 0.41% | 0.29% | - |
| HSV(B) | 267.54º | 0.58% | 0.41% | - |
| XYZ | 6.12 | 4.2 | 13.85 | - |
| YUV | 59.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 105 | 0.31 | 0.58 | 0 | 0.59 | 267.54 | 0.41 | 0.29 |
| Hex | 48 | 2C | 69 | 1F | 3A | 0 | 3B | 10C | 29 | 1D |
| Octal | 110 | 54 | 151 | 37 | 72 | 0 | 73 | 414 | 51 | 35 |
| Binary | 1001000 | 101100 | 1101001 | 11111 | 111010 | 0 | 111011 | 100001100 | 101001 | 11101 |
Color Harmonies of #482C69
Complementary color
Monochromatic Colors of #482C69
Black with #482C69
Text Example
Text Example
White with #482C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C69; }
p { color: rgb(72,44,105); }
H1.HeaderClassName
{
color: #482C69;
}
.AnyTagClassName
{
color: #482C69;
}
</style>
background-color css
<style>
a { background-color: #482C69; }
a { background-color: rgb(72,44,105); }
div.DivClassName
{
background-color: #482C69;
}
.BgClassName
{
background-color: #482C69;
}
</style>
border-color css
<style>
span { border-color: #482C69; }
span { border-color: rgb(72,44,105); }
td.TdClassName
{
border-color: #482C69;
}
.TagClassName
{
border-color: #482C69;
}
</style>