Shades of Blue Gem #452F91
Tints of Blue Gem #452F91
RGB
CMYK
RGB Variations
Color information
#452F91 (or 0x452F91) is known color: Blue Gem. HEX triplet: 45, 2F and 91. RGB value is (69,47,145). Sum of RGB (Red+Green+Blue) = 69+47+145=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #452F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452F91 is #BAD06E. Grayscale: #404040. Windows color (decimal): -12243055 or 9514821. OLE color: 9514821.
HSL color Cylindrical-coordinate representation of color #452F91: hue angle of 253.47º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #452F91 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 47 | 145 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.43 |
| HSL | 253.47º | 0.51% | 0.38% | - |
| HSV(B) | 253.47º | 0.68% | 0.57% | - |
| XYZ | 8.58 | 5.34 | 27.37 | - |
| YUV | 64.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 145 | 0.52 | 0.68 | 0 | 0.43 | 253.47 | 0.51 | 0.38 |
| Hex | 45 | 2F | 91 | 34 | 44 | 0 | 2B | FD | 33 | 26 |
| Octal | 105 | 57 | 221 | 64 | 104 | 0 | 53 | 375 | 63 | 46 |
| Binary | 1000101 | 101111 | 10010001 | 110100 | 1000100 | 0 | 101011 | 11111101 | 110011 | 100110 |
Color Harmonies of #452F91
Complementary color
Monochromatic Colors of #452F91
Black with #452F91
Text Example
Text Example
White with #452F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F91; }
p { color: rgb(69,47,145); }
H1.HeaderClassName
{
color: #452F91;
}
.AnyTagClassName
{
color: #452F91;
}
</style>
background-color css
<style>
a { background-color: #452F91; }
a { background-color: rgb(69,47,145); }
div.DivClassName
{
background-color: #452F91;
}
.BgClassName
{
background-color: #452F91;
}
</style>
border-color css
<style>
span { border-color: #452F91; }
span { border-color: rgb(69,47,145); }
td.TdClassName
{
border-color: #452F91;
}
.TagClassName
{
border-color: #452F91;
}
</style>