Shades of Blue Diamond #452D66
Tints of Blue Diamond #452D66
RGB
CMYK
RGB Variations
Color information
#452D66 (or 0x452D66) is known color: Blue Diamond. HEX triplet: 45, 2D and 66. RGB value is (69,45,102). Sum of RGB (Red+Green+Blue) = 69+45+102=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #452D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D66 is #BAD299. Grayscale: #3A3A3A. Windows color (decimal): -12243610 or 6696261. OLE color: 6696261.
HSL color Cylindrical-coordinate representation of color #452D66: hue angle of 265.26º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #452D66 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 45 | 102 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.6 |
| HSL | 265.26º | 0.39% | 0.29% | - |
| HSV(B) | 265.26º | 0.56% | 0.4% | - |
| XYZ | 5.79 | 4.1 | 13.06 | - |
| YUV | 58.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 102 | 0.32 | 0.56 | 0 | 0.6 | 265.26 | 0.39 | 0.29 |
| Hex | 45 | 2D | 66 | 20 | 38 | 0 | 3C | 109 | 27 | 1D |
| Octal | 105 | 55 | 146 | 40 | 70 | 0 | 74 | 411 | 47 | 35 |
| Binary | 1000101 | 101101 | 1100110 | 100000 | 111000 | 0 | 111100 | 100001001 | 100111 | 11101 |
Color Harmonies of #452D66
Complementary color
Monochromatic Colors of #452D66
Black with #452D66
Text Example
Text Example
White with #452D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D66; }
p { color: rgb(69,45,102); }
H1.HeaderClassName
{
color: #452D66;
}
.AnyTagClassName
{
color: #452D66;
}
</style>
background-color css
<style>
a { background-color: #452D66; }
a { background-color: rgb(69,45,102); }
div.DivClassName
{
background-color: #452D66;
}
.BgClassName
{
background-color: #452D66;
}
</style>
border-color css
<style>
span { border-color: #452D66; }
span { border-color: rgb(69,45,102); }
td.TdClassName
{
border-color: #452D66;
}
.TagClassName
{
border-color: #452D66;
}
</style>