Shades of Blue Gem #4228AE
Tints of Blue Gem #4228AE
RGB
CMYK
RGB Variations
Color information
#4228AE (or 0x4228AE) is known color: Blue Gem. HEX triplet: 42, 28 and AE. RGB value is (66,40,174). Sum of RGB (Red+Green+Blue) = 66+40+174=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #4228AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4228AE is #BDD751. Grayscale: #3E3E3E. Windows color (decimal): -12441426 or 11413570. OLE color: 11413570.
HSL color Cylindrical-coordinate representation of color #4228AE: hue angle of 251.64º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4228AE is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 40 | 174 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.32 |
| HSL | 251.64º | 0.63% | 0.42% | - |
| HSV(B) | 251.64º | 0.77% | 0.68% | - |
| XYZ | 10.65 | 5.73 | 40.59 | - |
| YUV | 63.05 | 190.61 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 174 | 0.62 | 0.77 | 0 | 0.32 | 251.64 | 0.63 | 0.42 |
| Hex | 42 | 28 | AE | 3E | 4D | 0 | 20 | FC | 3F | 2A |
| Octal | 102 | 50 | 256 | 76 | 115 | 0 | 40 | 374 | 77 | 52 |
| Binary | 1000010 | 101000 | 10101110 | 111110 | 1001101 | 0 | 100000 | 11111100 | 111111 | 101010 |
Color Harmonies of #4228AE
Complementary color
Monochromatic Colors of #4228AE
Black with #4228AE
Text Example
Text Example
White with #4228AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4228AE; }
p { color: rgb(66,40,174); }
H1.HeaderClassName
{
color: #4228AE;
}
.AnyTagClassName
{
color: #4228AE;
}
</style>
background-color css
<style>
a { background-color: #4228AE; }
a { background-color: rgb(66,40,174); }
div.DivClassName
{
background-color: #4228AE;
}
.BgClassName
{
background-color: #4228AE;
}
</style>
border-color css
<style>
span { border-color: #4228AE; }
span { border-color: rgb(66,40,174); }
td.TdClassName
{
border-color: #4228AE;
}
.TagClassName
{
border-color: #4228AE;
}
</style>