Shades of Blue Diamond #482E69
Tints of Blue Diamond #482E69
RGB
CMYK
RGB Variations
Color information
#482E69 (or 0x482E69) is known color: Blue Diamond. HEX triplet: 48, 2E and 69. RGB value is (72,46,105). Sum of RGB (Red+Green+Blue) = 72+46+105=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #482E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E69 is #B7D196. Grayscale: #3C3C3C. Windows color (decimal): -12046743 or 6893128. OLE color: 6893128.
HSL color Cylindrical-coordinate representation of color #482E69: hue angle of 266.44º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482E69 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 46 | 105 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.59 |
| HSL | 266.44º | 0.39% | 0.3% | - |
| HSV(B) | 266.44º | 0.56% | 0.41% | - |
| XYZ | 6.2 | 4.35 | 13.88 | - |
| YUV | 60.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 105 | 0.31 | 0.56 | 0 | 0.59 | 266.44 | 0.39 | 0.3 |
| Hex | 48 | 2E | 69 | 1F | 38 | 0 | 3B | 10A | 27 | 1E |
| Octal | 110 | 56 | 151 | 37 | 70 | 0 | 73 | 412 | 47 | 36 |
| Binary | 1001000 | 101110 | 1101001 | 11111 | 111000 | 0 | 111011 | 100001010 | 100111 | 11110 |
Color Harmonies of #482E69
Complementary color
Monochromatic Colors of #482E69
Black with #482E69
Text Example
Text Example
White with #482E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E69; }
p { color: rgb(72,46,105); }
H1.HeaderClassName
{
color: #482E69;
}
.AnyTagClassName
{
color: #482E69;
}
</style>
background-color css
<style>
a { background-color: #482E69; }
a { background-color: rgb(72,46,105); }
div.DivClassName
{
background-color: #482E69;
}
.BgClassName
{
background-color: #482E69;
}
</style>
border-color css
<style>
span { border-color: #482E69; }
span { border-color: rgb(72,46,105); }
td.TdClassName
{
border-color: #482E69;
}
.TagClassName
{
border-color: #482E69;
}
</style>