Shades of Blue Gem #452893
Tints of Blue Gem #452893
RGB
CMYK
RGB Variations
Color information
#452893 (or 0x452893) is known color: Blue Gem. HEX triplet: 45, 28 and 93. RGB value is (69,40,147). Sum of RGB (Red+Green+Blue) = 69+40+147=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #452893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452893 is #BAD76C. Grayscale: #3C3C3C. Windows color (decimal): -12244845 or 9644101. OLE color: 9644101.
HSL color Cylindrical-coordinate representation of color #452893: hue angle of 256.26º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #452893 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 40 | 147 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.42 |
| HSL | 256.26º | 0.57% | 0.37% | - |
| HSV(B) | 256.26º | 0.73% | 0.58% | - |
| XYZ | 8.48 | 4.89 | 28.1 | - |
| YUV | 60.87 | 176.61 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 147 | 0.53 | 0.73 | 0 | 0.42 | 256.26 | 0.57 | 0.37 |
| Hex | 45 | 28 | 93 | 35 | 49 | 0 | 2A | 100 | 39 | 25 |
| Octal | 105 | 50 | 223 | 65 | 111 | 0 | 52 | 400 | 71 | 45 |
| Binary | 1000101 | 101000 | 10010011 | 110101 | 1001001 | 0 | 101010 | 100000000 | 111001 | 100101 |
Color Harmonies of #452893
Complementary color
Monochromatic Colors of #452893
Black with #452893
Text Example
Text Example
White with #452893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452893; }
p { color: rgb(69,40,147); }
H1.HeaderClassName
{
color: #452893;
}
.AnyTagClassName
{
color: #452893;
}
</style>
background-color css
<style>
a { background-color: #452893; }
a { background-color: rgb(69,40,147); }
div.DivClassName
{
background-color: #452893;
}
.BgClassName
{
background-color: #452893;
}
</style>
border-color css
<style>
span { border-color: #452893; }
span { border-color: rgb(69,40,147); }
td.TdClassName
{
border-color: #452893;
}
.TagClassName
{
border-color: #452893;
}
</style>