Shades of Blue Gem #452795
Tints of Blue Gem #452795
RGB
CMYK
RGB Variations
Color information
#452795 (or 0x452795) is known color: Blue Gem. HEX triplet: 45, 27 and 95. RGB value is (69,39,149). Sum of RGB (Red+Green+Blue) = 69+39+149=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #452795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452795 is #BAD86A. Grayscale: #3C3C3C. Windows color (decimal): -12245099 or 9774917. OLE color: 9774917.
HSL color Cylindrical-coordinate representation of color #452795: hue angle of 256.36º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452795 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 39 | 149 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.42 |
| HSL | 256.36º | 0.59% | 0.37% | - |
| HSV(B) | 256.36º | 0.74% | 0.58% | - |
| XYZ | 8.6 | 4.89 | 28.92 | - |
| YUV | 60.51 | 177.94 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 149 | 0.54 | 0.74 | 0 | 0.42 | 256.36 | 0.59 | 0.37 |
| Hex | 45 | 27 | 95 | 36 | 4A | 0 | 2A | 100 | 3B | 25 |
| Octal | 105 | 47 | 225 | 66 | 112 | 0 | 52 | 400 | 73 | 45 |
| Binary | 1000101 | 100111 | 10010101 | 110110 | 1001010 | 0 | 101010 | 100000000 | 111011 | 100101 |
Color Harmonies of #452795
Complementary color
Monochromatic Colors of #452795
Black with #452795
Text Example
Text Example
White with #452795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452795; }
p { color: rgb(69,39,149); }
H1.HeaderClassName
{
color: #452795;
}
.AnyTagClassName
{
color: #452795;
}
</style>
background-color css
<style>
a { background-color: #452795; }
a { background-color: rgb(69,39,149); }
div.DivClassName
{
background-color: #452795;
}
.BgClassName
{
background-color: #452795;
}
</style>
border-color css
<style>
span { border-color: #452795; }
span { border-color: rgb(69,39,149); }
td.TdClassName
{
border-color: #452795;
}
.TagClassName
{
border-color: #452795;
}
</style>