Shades of Blue Diamond #451672
Tints of Blue Diamond #451672
RGB
CMYK
RGB Variations
Color information
#451672 (or 0x451672) is known color: Blue Diamond. HEX triplet: 45, 16 and 72. RGB value is (69,22,114). Sum of RGB (Red+Green+Blue) = 69+22+114=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #451672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451672 is #BAE98D. Grayscale: #2E2E2E. Windows color (decimal): -12249486 or 7476805. OLE color: 7476805.
HSL color Cylindrical-coordinate representation of color #451672: hue angle of 270.65º 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 #451672 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 22 | 114 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.55 |
| HSL | 270.65º | 0.68% | 0.27% | - |
| HSV(B) | 270.65º | 0.81% | 0.45% | - |
| XYZ | 5.78 | 3.05 | 16.2 | - |
| YUV | 46.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 22 | 114 | 0.39 | 0.81 | 0 | 0.55 | 270.65 | 0.68 | 0.27 |
| Hex | 45 | 16 | 72 | 27 | 51 | 0 | 37 | 10F | 44 | 1B |
| Octal | 105 | 26 | 162 | 47 | 121 | 0 | 67 | 417 | 104 | 33 |
| Binary | 1000101 | 10110 | 1110010 | 100111 | 1010001 | 0 | 110111 | 100001111 | 1000100 | 11011 |
Color Harmonies of #451672
Complementary color
Monochromatic Colors of #451672
Black with #451672
Text Example
Text Example
White with #451672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451672; }
p { color: rgb(69,22,114); }
H1.HeaderClassName
{
color: #451672;
}
.AnyTagClassName
{
color: #451672;
}
</style>
background-color css
<style>
a { background-color: #451672; }
a { background-color: rgb(69,22,114); }
div.DivClassName
{
background-color: #451672;
}
.BgClassName
{
background-color: #451672;
}
</style>
border-color css
<style>
span { border-color: #451672; }
span { border-color: rgb(69,22,114); }
td.TdClassName
{
border-color: #451672;
}
.TagClassName
{
border-color: #451672;
}
</style>