Shades of Blue Gem #452999
Tints of Blue Gem #452999
RGB
CMYK
RGB Variations
Color information
#452999 (or 0x452999) is known color: Blue Gem. HEX triplet: 45, 29 and 99. RGB value is (69,41,153). Sum of RGB (Red+Green+Blue) = 69+41+153=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #452999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452999 is #BAD666. Grayscale: #3D3D3D. Windows color (decimal): -12244583 or 10037573. OLE color: 10037573.
HSL color Cylindrical-coordinate representation of color #452999: hue angle of 255º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #452999 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 41 | 153 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.4 |
| HSL | 255º | 0.58% | 0.38% | - |
| HSV(B) | 255º | 0.73% | 0.6% | - |
| XYZ | 9 | 5.15 | 30.66 | - |
| YUV | 62.14 | 179.28 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 153 | 0.55 | 0.73 | 0 | 0.4 | 255 | 0.58 | 0.38 |
| Hex | 45 | 29 | 99 | 37 | 49 | 0 | 28 | FF | 3A | 26 |
| Octal | 105 | 51 | 231 | 67 | 111 | 0 | 50 | 377 | 72 | 46 |
| Binary | 1000101 | 101001 | 10011001 | 110111 | 1001001 | 0 | 101000 | 11111111 | 111010 | 100110 |
Color Harmonies of #452999
Complementary color
Monochromatic Colors of #452999
Black with #452999
Text Example
Text Example
White with #452999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452999; }
p { color: rgb(69,41,153); }
H1.HeaderClassName
{
color: #452999;
}
.AnyTagClassName
{
color: #452999;
}
</style>
background-color css
<style>
a { background-color: #452999; }
a { background-color: rgb(69,41,153); }
div.DivClassName
{
background-color: #452999;
}
.BgClassName
{
background-color: #452999;
}
</style>
border-color css
<style>
span { border-color: #452999; }
span { border-color: rgb(69,41,153); }
td.TdClassName
{
border-color: #452999;
}
.TagClassName
{
border-color: #452999;
}
</style>