Shades of Blue Gem #452499
Tints of Blue Gem #452499
RGB
CMYK
RGB Variations
Color information
#452499 (or 0x452499) is known color: Blue Gem. HEX triplet: 45, 24 and 99. RGB value is (69,36,153). Sum of RGB (Red+Green+Blue) = 69+36+153=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #452499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452499 is #BADB66. Grayscale: #3A3A3A. Windows color (decimal): -12245863 or 10036293. OLE color: 10036293.
HSL color Cylindrical-coordinate representation of color #452499: hue angle of 256.92º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452499 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 36 | 153 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.4 |
| HSL | 256.92º | 0.62% | 0.37% | - |
| HSV(B) | 256.92º | 0.76% | 0.6% | - |
| XYZ | 8.83 | 4.83 | 30.6 | - |
| YUV | 59.21 | 180.93 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 153 | 0.55 | 0.76 | 0 | 0.4 | 256.92 | 0.62 | 0.37 |
| Hex | 45 | 24 | 99 | 37 | 4C | 0 | 28 | 101 | 3E | 25 |
| Octal | 105 | 44 | 231 | 67 | 114 | 0 | 50 | 401 | 76 | 45 |
| Binary | 1000101 | 100100 | 10011001 | 110111 | 1001100 | 0 | 101000 | 100000001 | 111110 | 100101 |
Color Harmonies of #452499
Complementary color
Monochromatic Colors of #452499
Black with #452499
Text Example
Text Example
White with #452499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452499; }
p { color: rgb(69,36,153); }
H1.HeaderClassName
{
color: #452499;
}
.AnyTagClassName
{
color: #452499;
}
</style>
background-color css
<style>
a { background-color: #452499; }
a { background-color: rgb(69,36,153); }
div.DivClassName
{
background-color: #452499;
}
.BgClassName
{
background-color: #452499;
}
</style>
border-color css
<style>
span { border-color: #452499; }
span { border-color: rgb(69,36,153); }
td.TdClassName
{
border-color: #452499;
}
.TagClassName
{
border-color: #452499;
}
</style>