Shades of Blue Diamond #451673
Tints of Blue Diamond #451673
RGB
CMYK
RGB Variations
Color information
#451673 (or 0x451673) is known color: Blue Diamond. HEX triplet: 45, 16 and 73. RGB value is (69,22,115). Sum of RGB (Red+Green+Blue) = 69+22+115=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #451673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451673 is #BAE98C. Grayscale: #2E2E2E. Windows color (decimal): -12249485 or 7542341. OLE color: 7542341.
HSL color Cylindrical-coordinate representation of color #451673: hue angle of 270.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451673 is Cyan = 0.4, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 22 | 115 | - |
| CMYK | 0.4 | 0.81 | 0 | 0.55 |
| HSL | 270.32º | 0.68% | 0.27% | - |
| HSV(B) | 270.32º | 0.81% | 0.45% | - |
| XYZ | 5.84 | 3.08 | 16.51 | - |
| YUV | 46.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 22 | 115 | 0.4 | 0.81 | 0 | 0.55 | 270.32 | 0.68 | 0.27 |
| Hex | 45 | 16 | 73 | 28 | 51 | 0 | 37 | 10E | 44 | 1B |
| Octal | 105 | 26 | 163 | 50 | 121 | 0 | 67 | 416 | 104 | 33 |
| Binary | 1000101 | 10110 | 1110011 | 101000 | 1010001 | 0 | 110111 | 100001110 | 1000100 | 11011 |
Color Harmonies of #451673
Complementary color
Monochromatic Colors of #451673
Black with #451673
Text Example
Text Example
White with #451673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451673; }
p { color: rgb(69,22,115); }
H1.HeaderClassName
{
color: #451673;
}
.AnyTagClassName
{
color: #451673;
}
</style>
background-color css
<style>
a { background-color: #451673; }
a { background-color: rgb(69,22,115); }
div.DivClassName
{
background-color: #451673;
}
.BgClassName
{
background-color: #451673;
}
</style>
border-color css
<style>
span { border-color: #451673; }
span { border-color: rgb(69,22,115); }
td.TdClassName
{
border-color: #451673;
}
.TagClassName
{
border-color: #451673;
}
</style>