Shades of Blue Diamond #451E73
Tints of Blue Diamond #451E73
RGB
CMYK
RGB Variations
Color information
#451E73 (or 0x451E73) is known color: Blue Diamond. HEX triplet: 45, 1E and 73. RGB value is (69,30,115). Sum of RGB (Red+Green+Blue) = 69+30+115=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #451E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451E73 is #BAE18C. Grayscale: #333333. Windows color (decimal): -12247437 or 7544389. OLE color: 7544389.
HSL color Cylindrical-coordinate representation of color #451E73: hue angle of 267.53º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451E73 is Cyan = 0.4, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 30 | 115 | - |
| CMYK | 0.4 | 0.74 | 0 | 0.55 |
| HSL | 267.53º | 0.59% | 0.28% | - |
| HSV(B) | 267.53º | 0.74% | 0.45% | - |
| XYZ | 6.01 | 3.43 | 16.57 | - |
| YUV | 51.35 | 163.92 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 115 | 0.4 | 0.74 | 0 | 0.55 | 267.53 | 0.59 | 0.28 |
| Hex | 45 | 1E | 73 | 28 | 4A | 0 | 37 | 10C | 3B | 1C |
| Octal | 105 | 36 | 163 | 50 | 112 | 0 | 67 | 414 | 73 | 34 |
| Binary | 1000101 | 11110 | 1110011 | 101000 | 1001010 | 0 | 110111 | 100001100 | 111011 | 11100 |
Color Harmonies of #451E73
Complementary color
Monochromatic Colors of #451E73
Black with #451E73
Text Example
Text Example
White with #451E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E73; }
p { color: rgb(69,30,115); }
H1.HeaderClassName
{
color: #451E73;
}
.AnyTagClassName
{
color: #451E73;
}
</style>
background-color css
<style>
a { background-color: #451E73; }
a { background-color: rgb(69,30,115); }
div.DivClassName
{
background-color: #451E73;
}
.BgClassName
{
background-color: #451E73;
}
</style>
border-color css
<style>
span { border-color: #451E73; }
span { border-color: rgb(69,30,115); }
td.TdClassName
{
border-color: #451E73;
}
.TagClassName
{
border-color: #451E73;
}
</style>