Shades of Blue Gem #452197
Tints of Blue Gem #452197
RGB
CMYK
RGB Variations
Color information
#452197 (or 0x452197) is known color: Blue Gem. HEX triplet: 45, 21 and 97. RGB value is (69,33,151). Sum of RGB (Red+Green+Blue) = 69+33+151=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #452197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452197 is #BADE68. Grayscale: #383838. Windows color (decimal): -12246633 or 9904453. OLE color: 9904453.
HSL color Cylindrical-coordinate representation of color #452197: hue angle of 258.31º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452197 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 33 | 151 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.41 |
| HSL | 258.31º | 0.64% | 0.36% | - |
| HSV(B) | 258.31º | 0.78% | 0.59% | - |
| XYZ | 8.58 | 4.59 | 29.71 | - |
| YUV | 57.22 | 180.93 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 151 | 0.54 | 0.78 | 0 | 0.41 | 258.31 | 0.64 | 0.36 |
| Hex | 45 | 21 | 97 | 36 | 4E | 0 | 29 | 102 | 40 | 24 |
| Octal | 105 | 41 | 227 | 66 | 116 | 0 | 51 | 402 | 100 | 44 |
| Binary | 1000101 | 100001 | 10010111 | 110110 | 1001110 | 0 | 101001 | 100000010 | 1000000 | 100100 |
Color Harmonies of #452197
Complementary color
Monochromatic Colors of #452197
Black with #452197
Text Example
Text Example
White with #452197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452197; }
p { color: rgb(69,33,151); }
H1.HeaderClassName
{
color: #452197;
}
.AnyTagClassName
{
color: #452197;
}
</style>
background-color css
<style>
a { background-color: #452197; }
a { background-color: rgb(69,33,151); }
div.DivClassName
{
background-color: #452197;
}
.BgClassName
{
background-color: #452197;
}
</style>
border-color css
<style>
span { border-color: #452197; }
span { border-color: rgb(69,33,151); }
td.TdClassName
{
border-color: #452197;
}
.TagClassName
{
border-color: #452197;
}
</style>