Shades of Blue Diamond #452961
Tints of Blue Diamond #452961
RGB
CMYK
RGB Variations
Color information
#452961 (or 0x452961) is known color: Blue Diamond. HEX triplet: 45, 29 and 61. RGB value is (69,41,97). Sum of RGB (Red+Green+Blue) = 69+41+97=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #452961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452961 is #BAD69E. Grayscale: #373737. Windows color (decimal): -12244639 or 6367557. OLE color: 6367557.
HSL color Cylindrical-coordinate representation of color #452961: hue angle of 270º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #452961 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 41 | 97 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.62 |
| HSL | 270º | 0.41% | 0.27% | - |
| HSV(B) | 270º | 0.58% | 0.38% | - |
| XYZ | 5.4 | 3.71 | 11.74 | - |
| YUV | 55.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 97 | 0.29 | 0.58 | 0 | 0.62 | 270 | 0.41 | 0.27 |
| Hex | 45 | 29 | 61 | 1D | 3A | 0 | 3E | 10E | 29 | 1B |
| Octal | 105 | 51 | 141 | 35 | 72 | 0 | 76 | 416 | 51 | 33 |
| Binary | 1000101 | 101001 | 1100001 | 11101 | 111010 | 0 | 111110 | 100001110 | 101001 | 11011 |
Color Harmonies of #452961
Complementary color
Monochromatic Colors of #452961
Black with #452961
Text Example
Text Example
White with #452961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452961; }
p { color: rgb(69,41,97); }
H1.HeaderClassName
{
color: #452961;
}
.AnyTagClassName
{
color: #452961;
}
</style>
background-color css
<style>
a { background-color: #452961; }
a { background-color: rgb(69,41,97); }
div.DivClassName
{
background-color: #452961;
}
.BgClassName
{
background-color: #452961;
}
</style>
border-color css
<style>
span { border-color: #452961; }
span { border-color: rgb(69,41,97); }
td.TdClassName
{
border-color: #452961;
}
.TagClassName
{
border-color: #452961;
}
</style>