Shades of Blue Gem #453793
Tints of Blue Gem #453793
RGB
CMYK
RGB Variations
Color information
#453793 (or 0x453793) is known color: Blue Gem. HEX triplet: 45, 37 and 93. RGB value is (69,55,147). Sum of RGB (Red+Green+Blue) = 69+55+147=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #453793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453793 is #BAC86C. Grayscale: #454545. Windows color (decimal): -12241005 or 9647941. OLE color: 9647941.
HSL color Cylindrical-coordinate representation of color #453793: hue angle of 249.13º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453793 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 55 | 147 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.42 |
| HSL | 249.13º | 0.46% | 0.4% | - |
| HSV(B) | 249.13º | 0.63% | 0.58% | - |
| XYZ | 9.09 | 6.1 | 28.3 | - |
| YUV | 69.67 | 171.64 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 147 | 0.53 | 0.63 | 0 | 0.42 | 249.13 | 0.46 | 0.4 |
| Hex | 45 | 37 | 93 | 35 | 3F | 0 | 2A | F9 | 2E | 28 |
| Octal | 105 | 67 | 223 | 65 | 77 | 0 | 52 | 371 | 56 | 50 |
| Binary | 1000101 | 110111 | 10010011 | 110101 | 111111 | 0 | 101010 | 11111001 | 101110 | 101000 |
Color Harmonies of #453793
Complementary color
Monochromatic Colors of #453793
Black with #453793
Text Example
Text Example
White with #453793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453793; }
p { color: rgb(69,55,147); }
H1.HeaderClassName
{
color: #453793;
}
.AnyTagClassName
{
color: #453793;
}
</style>
background-color css
<style>
a { background-color: #453793; }
a { background-color: rgb(69,55,147); }
div.DivClassName
{
background-color: #453793;
}
.BgClassName
{
background-color: #453793;
}
</style>
border-color css
<style>
span { border-color: #453793; }
span { border-color: rgb(69,55,147); }
td.TdClassName
{
border-color: #453793;
}
.TagClassName
{
border-color: #453793;
}
</style>