Shades of Blue Gem #452995
Tints of Blue Gem #452995
RGB
CMYK
RGB Variations
Color information
#452995 (or 0x452995) is known color: Blue Gem. HEX triplet: 45, 29 and 95. RGB value is (69,41,149). Sum of RGB (Red+Green+Blue) = 69+41+149=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #452995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452995 is #BAD66A. Grayscale: #3D3D3D. Windows color (decimal): -12244587 or 9775429. OLE color: 9775429.
HSL color Cylindrical-coordinate representation of color #452995: hue angle of 255.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #452995 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 41 | 149 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.42 |
| HSL | 255.56º | 0.57% | 0.37% | - |
| HSV(B) | 255.56º | 0.72% | 0.58% | - |
| XYZ | 8.67 | 5.02 | 28.95 | - |
| YUV | 61.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 149 | 0.54 | 0.72 | 0 | 0.42 | 255.56 | 0.57 | 0.37 |
| Hex | 45 | 29 | 95 | 36 | 48 | 0 | 2A | 100 | 39 | 25 |
| Octal | 105 | 51 | 225 | 66 | 110 | 0 | 52 | 400 | 71 | 45 |
| Binary | 1000101 | 101001 | 10010101 | 110110 | 1001000 | 0 | 101010 | 100000000 | 111001 | 100101 |
Color Harmonies of #452995
Complementary color
Monochromatic Colors of #452995
Black with #452995
Text Example
Text Example
White with #452995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452995; }
p { color: rgb(69,41,149); }
H1.HeaderClassName
{
color: #452995;
}
.AnyTagClassName
{
color: #452995;
}
</style>
background-color css
<style>
a { background-color: #452995; }
a { background-color: rgb(69,41,149); }
div.DivClassName
{
background-color: #452995;
}
.BgClassName
{
background-color: #452995;
}
</style>
border-color css
<style>
span { border-color: #452995; }
span { border-color: rgb(69,41,149); }
td.TdClassName
{
border-color: #452995;
}
.TagClassName
{
border-color: #452995;
}
</style>