Shades of Blue Gem #451E9E
Tints of Blue Gem #451E9E
RGB
CMYK
RGB Variations
Color information
#451E9E (or 0x451E9E) is known color: Blue Gem. HEX triplet: 45, 1E and 9E. RGB value is (69,30,158). Sum of RGB (Red+Green+Blue) = 69+30+158=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #451E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451E9E is #BAE161. Grayscale: #373737. Windows color (decimal): -12247394 or 10362437. OLE color: 10362437.
HSL color Cylindrical-coordinate representation of color #451E9E: hue angle of 258.28º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451E9E is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 30 | 158 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.38 |
| HSL | 258.28º | 0.68% | 0.37% | - |
| HSV(B) | 258.28º | 0.81% | 0.62% | - |
| XYZ | 9.09 | 4.66 | 32.77 | - |
| YUV | 56.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 158 | 0.56 | 0.81 | 0 | 0.38 | 258.28 | 0.68 | 0.37 |
| Hex | 45 | 1E | 9E | 38 | 51 | 0 | 26 | 102 | 44 | 25 |
| Octal | 105 | 36 | 236 | 70 | 121 | 0 | 46 | 402 | 104 | 45 |
| Binary | 1000101 | 11110 | 10011110 | 111000 | 1010001 | 0 | 100110 | 100000010 | 1000100 | 100101 |
Color Harmonies of #451E9E
Complementary color
Monochromatic Colors of #451E9E
Black with #451E9E
Text Example
Text Example
White with #451E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E9E; }
p { color: rgb(69,30,158); }
H1.HeaderClassName
{
color: #451E9E;
}
.AnyTagClassName
{
color: #451E9E;
}
</style>
background-color css
<style>
a { background-color: #451E9E; }
a { background-color: rgb(69,30,158); }
div.DivClassName
{
background-color: #451E9E;
}
.BgClassName
{
background-color: #451E9E;
}
</style>
border-color css
<style>
span { border-color: #451E9E; }
span { border-color: rgb(69,30,158); }
td.TdClassName
{
border-color: #451E9E;
}
.TagClassName
{
border-color: #451E9E;
}
</style>