Shades of Blue Gem #452898
Tints of Blue Gem #452898
RGB
CMYK
RGB Variations
Color information
#452898 (or 0x452898) is known color: Blue Gem. HEX triplet: 45, 28 and 98. RGB value is (69,40,152). Sum of RGB (Red+Green+Blue) = 69+40+152=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #452898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452898 is #BAD767. Grayscale: #3D3D3D. Windows color (decimal): -12244840 or 9971781. OLE color: 9971781.
HSL color Cylindrical-coordinate representation of color #452898: hue angle of 255.54º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452898 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 40 | 152 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.40 |
| HSL | 255.54º | 0.58% | 0.38% | - |
| HSV(B) | 255.54º | 0.74% | 0.6% | - |
| XYZ | 8.88 | 5.05 | 30.21 | - |
| YUV | 61.44 | 179.11 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 152 | 0.55 | 0.74 | 0 | 0.40 | 255.54 | 0.58 | 0.38 |
| Hex | 45 | 28 | 98 | 37 | 4A | 0 | 28 | 100 | 3A | 26 |
| Octal | 105 | 50 | 230 | 67 | 112 | 0 | 50 | 400 | 72 | 46 |
| Binary | 1000101 | 101000 | 10011000 | 110111 | 1001010 | 0 | 101000 | 100000000 | 111010 | 100110 |
Color Harmonies of #452898
Complementary color
Monochromatic Colors of #452898
Black with #452898
Text Example
Text Example
White with #452898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452898; }
p { color: rgb(69,40,152); }
H1.HeaderClassName
{
color: #452898;
}
.AnyTagClassName
{
color: #452898;
}
</style>
background-color css
<style>
a { background-color: #452898; }
a { background-color: rgb(69,40,152); }
div.DivClassName
{
background-color: #452898;
}
.BgClassName
{
background-color: #452898;
}
</style>
border-color css
<style>
span { border-color: #452898; }
span { border-color: rgb(69,40,152); }
td.TdClassName
{
border-color: #452898;
}
.TagClassName
{
border-color: #452898;
}
</style>