Shades of Blue Diamond #451A73
Tints of Blue Diamond #451A73
RGB
CMYK
RGB Variations
Color information
#451A73 (or 0x451A73) is known color: Blue Diamond. HEX triplet: 45, 1A and 73. RGB value is (69,26,115). Sum of RGB (Red+Green+Blue) = 69+26+115=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #451A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451A73 is #BAE58C. Grayscale: #303030. Windows color (decimal): -12248461 or 7543365. OLE color: 7543365.
HSL color Cylindrical-coordinate representation of color #451A73: hue angle of 268.99º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #451A73 is Cyan = 0.4, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 26 | 115 | - |
| CMYK | 0.4 | 0.77 | 0 | 0.55 |
| HSL | 268.99º | 0.63% | 0.28% | - |
| HSV(B) | 268.99º | 0.77% | 0.45% | - |
| XYZ | 5.92 | 3.24 | 16.53 | - |
| YUV | 49 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 115 | 0.4 | 0.77 | 0 | 0.55 | 268.99 | 0.63 | 0.28 |
| Hex | 45 | 1A | 73 | 28 | 4D | 0 | 37 | 10D | 3F | 1C |
| Octal | 105 | 32 | 163 | 50 | 115 | 0 | 67 | 415 | 77 | 34 |
| Binary | 1000101 | 11010 | 1110011 | 101000 | 1001101 | 0 | 110111 | 100001101 | 111111 | 11100 |
Color Harmonies of #451A73
Complementary color
Monochromatic Colors of #451A73
Black with #451A73
Text Example
Text Example
White with #451A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A73; }
p { color: rgb(69,26,115); }
H1.HeaderClassName
{
color: #451A73;
}
.AnyTagClassName
{
color: #451A73;
}
</style>
background-color css
<style>
a { background-color: #451A73; }
a { background-color: rgb(69,26,115); }
div.DivClassName
{
background-color: #451A73;
}
.BgClassName
{
background-color: #451A73;
}
</style>
border-color css
<style>
span { border-color: #451A73; }
span { border-color: rgb(69,26,115); }
td.TdClassName
{
border-color: #451A73;
}
.TagClassName
{
border-color: #451A73;
}
</style>