Shades of Blue Gem #452F92
Tints of Blue Gem #452F92
RGB
CMYK
RGB Variations
Color information
#452F92 (or 0x452F92) is known color: Blue Gem. HEX triplet: 45, 2F and 92. RGB value is (69,47,146). Sum of RGB (Red+Green+Blue) = 69+47+146=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #452F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452F92 is #BAD06D. Grayscale: #404040. Windows color (decimal): -12243054 or 9580357. OLE color: 9580357.
HSL color Cylindrical-coordinate representation of color #452F92: hue angle of 253.33º 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 #452F92 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 47 | 146 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.43 |
| HSL | 253.33º | 0.51% | 0.38% | - |
| HSV(B) | 253.33º | 0.68% | 0.57% | - |
| XYZ | 8.66 | 5.37 | 27.77 | - |
| YUV | 64.86 | 173.79 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 146 | 0.53 | 0.68 | 0 | 0.43 | 253.33 | 0.51 | 0.38 |
| Hex | 45 | 2F | 92 | 35 | 44 | 0 | 2B | FD | 33 | 26 |
| Octal | 105 | 57 | 222 | 65 | 104 | 0 | 53 | 375 | 63 | 46 |
| Binary | 1000101 | 101111 | 10010010 | 110101 | 1000100 | 0 | 101011 | 11111101 | 110011 | 100110 |
Color Harmonies of #452F92
Complementary color
Monochromatic Colors of #452F92
Black with #452F92
Text Example
Text Example
White with #452F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F92; }
p { color: rgb(69,47,146); }
H1.HeaderClassName
{
color: #452F92;
}
.AnyTagClassName
{
color: #452F92;
}
</style>
background-color css
<style>
a { background-color: #452F92; }
a { background-color: rgb(69,47,146); }
div.DivClassName
{
background-color: #452F92;
}
.BgClassName
{
background-color: #452F92;
}
</style>
border-color css
<style>
span { border-color: #452F92; }
span { border-color: rgb(69,47,146); }
td.TdClassName
{
border-color: #452F92;
}
.TagClassName
{
border-color: #452F92;
}
</style>