Shades of Blue Gem #453792
Tints of Blue Gem #453792
RGB
CMYK
RGB Variations
Color information
#453792 (or 0x453792) is known color: Blue Gem. HEX triplet: 45, 37 and 92. RGB value is (69,55,146). Sum of RGB (Red+Green+Blue) = 69+55+146=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #453792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453792 is #BAC86D. Grayscale: #454545. Windows color (decimal): -12241006 or 9582405. OLE color: 9582405.
HSL color Cylindrical-coordinate representation of color #453792: hue angle of 249.23º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453792 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 55 | 146 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.43 |
| HSL | 249.23º | 0.45% | 0.39% | - |
| HSV(B) | 249.23º | 0.62% | 0.57% | - |
| XYZ | 9.01 | 6.07 | 27.89 | - |
| YUV | 69.56 | 171.14 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 146 | 0.53 | 0.62 | 0 | 0.43 | 249.23 | 0.45 | 0.39 |
| Hex | 45 | 37 | 92 | 35 | 3E | 0 | 2B | F9 | 2D | 27 |
| Octal | 105 | 67 | 222 | 65 | 76 | 0 | 53 | 371 | 55 | 47 |
| Binary | 1000101 | 110111 | 10010010 | 110101 | 111110 | 0 | 101011 | 11111001 | 101101 | 100111 |
Color Harmonies of #453792
Complementary color
Monochromatic Colors of #453792
Black with #453792
Text Example
Text Example
White with #453792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453792; }
p { color: rgb(69,55,146); }
H1.HeaderClassName
{
color: #453792;
}
.AnyTagClassName
{
color: #453792;
}
</style>
background-color css
<style>
a { background-color: #453792; }
a { background-color: rgb(69,55,146); }
div.DivClassName
{
background-color: #453792;
}
.BgClassName
{
background-color: #453792;
}
</style>
border-color css
<style>
span { border-color: #453792; }
span { border-color: rgb(69,55,146); }
td.TdClassName
{
border-color: #453792;
}
.TagClassName
{
border-color: #453792;
}
</style>