Shades of Blue Gem #452797
Tints of Blue Gem #452797
RGB
CMYK
RGB Variations
Color information
#452797 (or 0x452797) is known color: Blue Gem. HEX triplet: 45, 27 and 97. RGB value is (69,39,151). Sum of RGB (Red+Green+Blue) = 69+39+151=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #452797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452797 is #BAD868. Grayscale: #3C3C3C. Windows color (decimal): -12245097 or 9905989. OLE color: 9905989.
HSL color Cylindrical-coordinate representation of color #452797: hue angle of 256.07º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452797 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 39 | 151 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.41 |
| HSL | 256.07º | 0.59% | 0.37% | - |
| HSV(B) | 256.07º | 0.74% | 0.59% | - |
| XYZ | 8.77 | 4.95 | 29.77 | - |
| YUV | 60.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 151 | 0.54 | 0.74 | 0 | 0.41 | 256.07 | 0.59 | 0.37 |
| Hex | 45 | 27 | 97 | 36 | 4A | 0 | 29 | 100 | 3B | 25 |
| Octal | 105 | 47 | 227 | 66 | 112 | 0 | 51 | 400 | 73 | 45 |
| Binary | 1000101 | 100111 | 10010111 | 110110 | 1001010 | 0 | 101001 | 100000000 | 111011 | 100101 |
Color Harmonies of #452797
Complementary color
Monochromatic Colors of #452797
Black with #452797
Text Example
Text Example
White with #452797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452797; }
p { color: rgb(69,39,151); }
H1.HeaderClassName
{
color: #452797;
}
.AnyTagClassName
{
color: #452797;
}
</style>
background-color css
<style>
a { background-color: #452797; }
a { background-color: rgb(69,39,151); }
div.DivClassName
{
background-color: #452797;
}
.BgClassName
{
background-color: #452797;
}
</style>
border-color css
<style>
span { border-color: #452797; }
span { border-color: rgb(69,39,151); }
td.TdClassName
{
border-color: #452797;
}
.TagClassName
{
border-color: #452797;
}
</style>