Shades of Blue Diamond #451772
Tints of Blue Diamond #451772
RGB
CMYK
RGB Variations
Color information
#451772 (or 0x451772) is known color: Blue Diamond. HEX triplet: 45, 17 and 72. RGB value is (69,23,114). Sum of RGB (Red+Green+Blue) = 69+23+114=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #451772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451772 is #BAE88D. Grayscale: #2E2E2E. Windows color (decimal): -12249230 or 7477061. OLE color: 7477061.
HSL color Cylindrical-coordinate representation of color #451772: hue angle of 270.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #451772 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 23 | 114 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.55 |
| HSL | 270.33º | 0.66% | 0.27% | - |
| HSV(B) | 270.33º | 0.8% | 0.45% | - |
| XYZ | 5.8 | 3.09 | 16.21 | - |
| YUV | 47.13 | 165.74 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 114 | 0.39 | 0.80 | 0 | 0.55 | 270.33 | 0.66 | 0.27 |
| Hex | 45 | 17 | 72 | 27 | 50 | 0 | 37 | 10E | 42 | 1B |
| Octal | 105 | 27 | 162 | 47 | 120 | 0 | 67 | 416 | 102 | 33 |
| Binary | 1000101 | 10111 | 1110010 | 100111 | 1010000 | 0 | 110111 | 100001110 | 1000010 | 11011 |
Color Harmonies of #451772
Complementary color
Monochromatic Colors of #451772
Black with #451772
Text Example
Text Example
White with #451772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451772; }
p { color: rgb(69,23,114); }
H1.HeaderClassName
{
color: #451772;
}
.AnyTagClassName
{
color: #451772;
}
</style>
background-color css
<style>
a { background-color: #451772; }
a { background-color: rgb(69,23,114); }
div.DivClassName
{
background-color: #451772;
}
.BgClassName
{
background-color: #451772;
}
</style>
border-color css
<style>
span { border-color: #451772; }
span { border-color: rgb(69,23,114); }
td.TdClassName
{
border-color: #451772;
}
.TagClassName
{
border-color: #451772;
}
</style>