Shades of Blue Gem #452493
Tints of Blue Gem #452493
RGB
CMYK
RGB Variations
Color information
#452493 (or 0x452493) is known color: Blue Gem. HEX triplet: 45, 24 and 93. RGB value is (69,36,147). Sum of RGB (Red+Green+Blue) = 69+36+147=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #452493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452493 is #BADB6C. Grayscale: #3A3A3A. Windows color (decimal): -12245869 or 9643077. OLE color: 9643077.
HSL color Cylindrical-coordinate representation of color #452493: hue angle of 257.84º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452493 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 36 | 147 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.42 |
| HSL | 257.84º | 0.61% | 0.36% | - |
| HSV(B) | 257.84º | 0.76% | 0.58% | - |
| XYZ | 8.35 | 4.63 | 28.06 | - |
| YUV | 58.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 147 | 0.53 | 0.76 | 0 | 0.42 | 257.84 | 0.61 | 0.36 |
| Hex | 45 | 24 | 93 | 35 | 4C | 0 | 2A | 102 | 3D | 24 |
| Octal | 105 | 44 | 223 | 65 | 114 | 0 | 52 | 402 | 75 | 44 |
| Binary | 1000101 | 100100 | 10010011 | 110101 | 1001100 | 0 | 101010 | 100000010 | 111101 | 100100 |
Color Harmonies of #452493
Complementary color
Monochromatic Colors of #452493
Black with #452493
Text Example
Text Example
White with #452493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452493; }
p { color: rgb(69,36,147); }
H1.HeaderClassName
{
color: #452493;
}
.AnyTagClassName
{
color: #452493;
}
</style>
background-color css
<style>
a { background-color: #452493; }
a { background-color: rgb(69,36,147); }
div.DivClassName
{
background-color: #452493;
}
.BgClassName
{
background-color: #452493;
}
</style>
border-color css
<style>
span { border-color: #452493; }
span { border-color: rgb(69,36,147); }
td.TdClassName
{
border-color: #452493;
}
.TagClassName
{
border-color: #452493;
}
</style>