Shades of Blue Diamond #482A69
Tints of Blue Diamond #482A69
RGB
CMYK
RGB Variations
Color information
#482A69 (or 0x482A69) is known color: Blue Diamond. HEX triplet: 48, 2A and 69. RGB value is (72,42,105). Sum of RGB (Red+Green+Blue) = 72+42+105=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #482A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A69 is #B7D596. Grayscale: #393939. Windows color (decimal): -12047767 or 6892104. OLE color: 6892104.
HSL color Cylindrical-coordinate representation of color #482A69: hue angle of 268.57º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482A69 is Cyan = 0.31, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 42 | 105 | - |
| CMYK | 0.31 | 0.6 | 0 | 0.59 |
| HSL | 268.57º | 0.43% | 0.29% | - |
| HSV(B) | 268.57º | 0.6% | 0.41% | - |
| XYZ | 6.05 | 4.05 | 13.83 | - |
| YUV | 58.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 105 | 0.31 | 0.6 | 0 | 0.59 | 268.57 | 0.43 | 0.29 |
| Hex | 48 | 2A | 69 | 1F | 3C | 0 | 3B | 10D | 2B | 1D |
| Octal | 110 | 52 | 151 | 37 | 74 | 0 | 73 | 415 | 53 | 35 |
| Binary | 1001000 | 101010 | 1101001 | 11111 | 111100 | 0 | 111011 | 100001101 | 101011 | 11101 |
Color Harmonies of #482A69
Complementary color
Monochromatic Colors of #482A69
Black with #482A69
Text Example
Text Example
White with #482A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A69; }
p { color: rgb(72,42,105); }
H1.HeaderClassName
{
color: #482A69;
}
.AnyTagClassName
{
color: #482A69;
}
</style>
background-color css
<style>
a { background-color: #482A69; }
a { background-color: rgb(72,42,105); }
div.DivClassName
{
background-color: #482A69;
}
.BgClassName
{
background-color: #482A69;
}
</style>
border-color css
<style>
span { border-color: #482A69; }
span { border-color: rgb(72,42,105); }
td.TdClassName
{
border-color: #482A69;
}
.TagClassName
{
border-color: #482A69;
}
</style>