Shades of Blue Diamond #452A66
Tints of Blue Diamond #452A66
RGB
CMYK
RGB Variations
Color information
#452A66 (or 0x452A66) is known color: Blue Diamond. HEX triplet: 45, 2A and 66. RGB value is (69,42,102). Sum of RGB (Red+Green+Blue) = 69+42+102=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #452A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452A66 is #BAD599. Grayscale: #383838. Windows color (decimal): -12244378 or 6695493. OLE color: 6695493.
HSL color Cylindrical-coordinate representation of color #452A66: hue angle of 267º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #452A66 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 42 | 102 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.6 |
| HSL | 267º | 0.42% | 0.28% | - |
| HSV(B) | 267º | 0.59% | 0.4% | - |
| XYZ | 5.68 | 3.88 | 13.02 | - |
| YUV | 56.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 102 | 0.32 | 0.59 | 0 | 0.6 | 267 | 0.42 | 0.28 |
| Hex | 45 | 2A | 66 | 20 | 3B | 0 | 3C | 10B | 2A | 1C |
| Octal | 105 | 52 | 146 | 40 | 73 | 0 | 74 | 413 | 52 | 34 |
| Binary | 1000101 | 101010 | 1100110 | 100000 | 111011 | 0 | 111100 | 100001011 | 101010 | 11100 |
Color Harmonies of #452A66
Complementary color
Monochromatic Colors of #452A66
Black with #452A66
Text Example
Text Example
White with #452A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452A66; }
p { color: rgb(69,42,102); }
H1.HeaderClassName
{
color: #452A66;
}
.AnyTagClassName
{
color: #452A66;
}
</style>
background-color css
<style>
a { background-color: #452A66; }
a { background-color: rgb(69,42,102); }
div.DivClassName
{
background-color: #452A66;
}
.BgClassName
{
background-color: #452A66;
}
</style>
border-color css
<style>
span { border-color: #452A66; }
span { border-color: rgb(69,42,102); }
td.TdClassName
{
border-color: #452A66;
}
.TagClassName
{
border-color: #452A66;
}
</style>