Shades of Blue Gem #452DA6
Tints of Blue Gem #452DA6
RGB
CMYK
RGB Variations
Color information
#452DA6 (or 0x452DA6) is known color: Blue Gem. HEX triplet: 45, 2D and A6. RGB value is (69,45,166). Sum of RGB (Red+Green+Blue) = 69+45+166=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 166 (65.23% from 255 or 59.29% from 280); Max value from RGB is 166 - color contains mainly: blue. Hex color #452DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452DA6 is #BAD259. Grayscale: #414141. Windows color (decimal): -12243546 or 10890565. OLE color: 10890565.
HSL color Cylindrical-coordinate representation of color #452DA6: hue angle of 251.9º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #452DA6 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 45 | 166 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.35 |
| HSL | 251.9º | 0.57% | 0.41% | - |
| HSV(B) | 251.9º | 0.73% | 0.65% | - |
| XYZ | 10.28 | 5.9 | 36.67 | - |
| YUV | 65.97 | 184.45 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 166 | 0.58 | 0.73 | 0 | 0.35 | 251.9 | 0.57 | 0.41 |
| Hex | 45 | 2D | A6 | 3A | 49 | 0 | 23 | FC | 39 | 29 |
| Octal | 105 | 55 | 246 | 72 | 111 | 0 | 43 | 374 | 71 | 51 |
| Binary | 1000101 | 101101 | 10100110 | 111010 | 1001001 | 0 | 100011 | 11111100 | 111001 | 101001 |
Color Harmonies of #452DA6
Complementary color
Monochromatic Colors of #452DA6
Black with #452DA6
Text Example
Text Example
White with #452DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452DA6; }
p { color: rgb(69,45,166); }
H1.HeaderClassName
{
color: #452DA6;
}
.AnyTagClassName
{
color: #452DA6;
}
</style>
background-color css
<style>
a { background-color: #452DA6; }
a { background-color: rgb(69,45,166); }
div.DivClassName
{
background-color: #452DA6;
}
.BgClassName
{
background-color: #452DA6;
}
</style>
border-color css
<style>
span { border-color: #452DA6; }
span { border-color: rgb(69,45,166); }
td.TdClassName
{
border-color: #452DA6;
}
.TagClassName
{
border-color: #452DA6;
}
</style>