Shades of Blue Gem #452990
Tints of Blue Gem #452990
RGB
CMYK
RGB Variations
Color information
#452990 (or 0x452990) is known color: Blue Gem. HEX triplet: 45, 29 and 90. RGB value is (69,41,144). Sum of RGB (Red+Green+Blue) = 69+41+144=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #452990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452990 is #BAD66F. Grayscale: #3C3C3C. Windows color (decimal): -12244592 or 9447749. OLE color: 9447749.
HSL color Cylindrical-coordinate representation of color #452990: hue angle of 256.31º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #452990 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 41 | 144 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.44 |
| HSL | 256.31º | 0.56% | 0.36% | - |
| HSV(B) | 256.31º | 0.72% | 0.56% | - |
| XYZ | 8.28 | 4.86 | 26.89 | - |
| YUV | 61.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 144 | 0.52 | 0.72 | 0 | 0.44 | 256.31 | 0.56 | 0.36 |
| Hex | 45 | 29 | 90 | 34 | 48 | 0 | 2C | 100 | 38 | 24 |
| Octal | 105 | 51 | 220 | 64 | 110 | 0 | 54 | 400 | 70 | 44 |
| Binary | 1000101 | 101001 | 10010000 | 110100 | 1001000 | 0 | 101100 | 100000000 | 111000 | 100100 |
Color Harmonies of #452990
Complementary color
Monochromatic Colors of #452990
Black with #452990
Text Example
Text Example
White with #452990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452990; }
p { color: rgb(69,41,144); }
H1.HeaderClassName
{
color: #452990;
}
.AnyTagClassName
{
color: #452990;
}
</style>
background-color css
<style>
a { background-color: #452990; }
a { background-color: rgb(69,41,144); }
div.DivClassName
{
background-color: #452990;
}
.BgClassName
{
background-color: #452990;
}
</style>
border-color css
<style>
span { border-color: #452990; }
span { border-color: rgb(69,41,144); }
td.TdClassName
{
border-color: #452990;
}
.TagClassName
{
border-color: #452990;
}
</style>