Shades of Blue Diamond #452863
Tints of Blue Diamond #452863
RGB
CMYK
RGB Variations
Color information
#452863 (or 0x452863) is known color: Blue Diamond. HEX triplet: 45, 28 and 63. RGB value is (69,40,99). Sum of RGB (Red+Green+Blue) = 69+40+99=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #452863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452863 is #BAD79C. Grayscale: #373737. Windows color (decimal): -12244893 or 6498373. OLE color: 6498373.
HSL color Cylindrical-coordinate representation of color #452863: hue angle of 269.49º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #452863 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 40 | 99 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.61 |
| HSL | 269.49º | 0.42% | 0.27% | - |
| HSV(B) | 269.49º | 0.6% | 0.39% | - |
| XYZ | 5.47 | 3.68 | 12.23 | - |
| YUV | 55.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 99 | 0.30 | 0.60 | 0 | 0.61 | 269.49 | 0.42 | 0.27 |
| Hex | 45 | 28 | 63 | 1E | 3C | 0 | 3D | 10D | 2A | 1B |
| Octal | 105 | 50 | 143 | 36 | 74 | 0 | 75 | 415 | 52 | 33 |
| Binary | 1000101 | 101000 | 1100011 | 11110 | 111100 | 0 | 111101 | 100001101 | 101010 | 11011 |
Color Harmonies of #452863
Complementary color
Monochromatic Colors of #452863
Black with #452863
Text Example
Text Example
White with #452863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452863; }
p { color: rgb(69,40,99); }
H1.HeaderClassName
{
color: #452863;
}
.AnyTagClassName
{
color: #452863;
}
</style>
background-color css
<style>
a { background-color: #452863; }
a { background-color: rgb(69,40,99); }
div.DivClassName
{
background-color: #452863;
}
.BgClassName
{
background-color: #452863;
}
</style>
border-color css
<style>
span { border-color: #452863; }
span { border-color: rgb(69,40,99); }
td.TdClassName
{
border-color: #452863;
}
.TagClassName
{
border-color: #452863;
}
</style>