Shades of Blue Gem #452195
Tints of Blue Gem #452195
RGB
CMYK
RGB Variations
Color information
#452195 (or 0x452195) is known color: Blue Gem. HEX triplet: 45, 21 and 95. RGB value is (69,33,149). Sum of RGB (Red+Green+Blue) = 69+33+149=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #452195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452195 is #BADE6A. Grayscale: #383838. Windows color (decimal): -12246635 or 9773381. OLE color: 9773381.
HSL color Cylindrical-coordinate representation of color #452195: hue angle of 258.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452195 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 33 | 149 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.42 |
| HSL | 258.62º | 0.64% | 0.36% | - |
| HSV(B) | 258.62º | 0.78% | 0.58% | - |
| XYZ | 8.42 | 4.52 | 28.86 | - |
| YUV | 56.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 149 | 0.54 | 0.78 | 0 | 0.42 | 258.62 | 0.64 | 0.36 |
| Hex | 45 | 21 | 95 | 36 | 4E | 0 | 2A | 103 | 40 | 24 |
| Octal | 105 | 41 | 225 | 66 | 116 | 0 | 52 | 403 | 100 | 44 |
| Binary | 1000101 | 100001 | 10010101 | 110110 | 1001110 | 0 | 101010 | 100000011 | 1000000 | 100100 |
Color Harmonies of #452195
Complementary color
Monochromatic Colors of #452195
Black with #452195
Text Example
Text Example
White with #452195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452195; }
p { color: rgb(69,33,149); }
H1.HeaderClassName
{
color: #452195;
}
.AnyTagClassName
{
color: #452195;
}
</style>
background-color css
<style>
a { background-color: #452195; }
a { background-color: rgb(69,33,149); }
div.DivClassName
{
background-color: #452195;
}
.BgClassName
{
background-color: #452195;
}
</style>
border-color css
<style>
span { border-color: #452195; }
span { border-color: rgb(69,33,149); }
td.TdClassName
{
border-color: #452195;
}
.TagClassName
{
border-color: #452195;
}
</style>