Shades of Blue Gem #452899
Tints of Blue Gem #452899
RGB
CMYK
RGB Variations
Color information
#452899 (or 0x452899) is known color: Blue Gem. HEX triplet: 45, 28 and 99. RGB value is (69,40,153). Sum of RGB (Red+Green+Blue) = 69+40+153=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #452899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452899 is #BAD766. Grayscale: #3D3D3D. Windows color (decimal): -12244839 or 10037317. OLE color: 10037317.
HSL color Cylindrical-coordinate representation of color #452899: hue angle of 255.4º degrees, saturation: 0.59, 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 #452899 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 40 | 153 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.4 |
| HSL | 255.4º | 0.59% | 0.38% | - |
| HSV(B) | 255.4º | 0.74% | 0.6% | - |
| XYZ | 8.96 | 5.08 | 30.65 | - |
| YUV | 61.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 153 | 0.55 | 0.74 | 0 | 0.4 | 255.4 | 0.59 | 0.38 |
| Hex | 45 | 28 | 99 | 37 | 4A | 0 | 28 | FF | 3B | 26 |
| Octal | 105 | 50 | 231 | 67 | 112 | 0 | 50 | 377 | 73 | 46 |
| Binary | 1000101 | 101000 | 10011001 | 110111 | 1001010 | 0 | 101000 | 11111111 | 111011 | 100110 |
Color Harmonies of #452899
Complementary color
Monochromatic Colors of #452899
Black with #452899
Text Example
Text Example
White with #452899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452899; }
p { color: rgb(69,40,153); }
H1.HeaderClassName
{
color: #452899;
}
.AnyTagClassName
{
color: #452899;
}
</style>
background-color css
<style>
a { background-color: #452899; }
a { background-color: rgb(69,40,153); }
div.DivClassName
{
background-color: #452899;
}
.BgClassName
{
background-color: #452899;
}
</style>
border-color css
<style>
span { border-color: #452899; }
span { border-color: rgb(69,40,153); }
td.TdClassName
{
border-color: #452899;
}
.TagClassName
{
border-color: #452899;
}
</style>