Shades of Blue Diamond #452963
Tints of Blue Diamond #452963
RGB
CMYK
RGB Variations
Color information
#452963 (or 0x452963) is known color: Blue Diamond. HEX triplet: 45, 29 and 63. RGB value is (69,41,99). Sum of RGB (Red+Green+Blue) = 69+41+99=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #452963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452963 is #BAD69C. Grayscale: #373737. Windows color (decimal): -12244637 or 6498629. OLE color: 6498629.
HSL color Cylindrical-coordinate representation of color #452963: hue angle of 268.97º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #452963 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 41 | 99 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.61 |
| HSL | 268.97º | 0.41% | 0.27% | - |
| HSV(B) | 268.97º | 0.59% | 0.39% | - |
| XYZ | 5.5 | 3.75 | 12.24 | - |
| YUV | 55.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 99 | 0.30 | 0.59 | 0 | 0.61 | 268.97 | 0.41 | 0.27 |
| Hex | 45 | 29 | 63 | 1E | 3B | 0 | 3D | 10D | 29 | 1B |
| Octal | 105 | 51 | 143 | 36 | 73 | 0 | 75 | 415 | 51 | 33 |
| Binary | 1000101 | 101001 | 1100011 | 11110 | 111011 | 0 | 111101 | 100001101 | 101001 | 11011 |
Color Harmonies of #452963
Complementary color
Monochromatic Colors of #452963
Black with #452963
Text Example
Text Example
White with #452963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452963; }
p { color: rgb(69,41,99); }
H1.HeaderClassName
{
color: #452963;
}
.AnyTagClassName
{
color: #452963;
}
</style>
background-color css
<style>
a { background-color: #452963; }
a { background-color: rgb(69,41,99); }
div.DivClassName
{
background-color: #452963;
}
.BgClassName
{
background-color: #452963;
}
</style>
border-color css
<style>
span { border-color: #452963; }
span { border-color: rgb(69,41,99); }
td.TdClassName
{
border-color: #452963;
}
.TagClassName
{
border-color: #452963;
}
</style>