Shades of Blue Gem #4129AE
Tints of Blue Gem #4129AE
RGB
CMYK
RGB Variations
Color information
#4129AE (or 0x4129AE) is known color: Blue Gem. HEX triplet: 41, 29 and AE. RGB value is (65,41,174). Sum of RGB (Red+Green+Blue) = 65+41+174=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 41 (16.41% from 255 or 14.64% 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 #4129AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4129AE is #BED651. Grayscale: #3E3E3E. Windows color (decimal): -12506706 or 11413825. OLE color: 11413825.
HSL color Cylindrical-coordinate representation of color #4129AE: hue angle of 250.83º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4129AE is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 41 | 174 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.32 |
| HSL | 250.83º | 0.62% | 0.42% | - |
| HSV(B) | 250.83º | 0.76% | 0.68% | - |
| XYZ | 10.61 | 5.77 | 40.6 | - |
| YUV | 63.34 | 190.45 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 174 | 0.63 | 0.76 | 0 | 0.32 | 250.83 | 0.62 | 0.42 |
| Hex | 41 | 29 | AE | 3F | 4C | 0 | 20 | FB | 3E | 2A |
| Octal | 101 | 51 | 256 | 77 | 114 | 0 | 40 | 373 | 76 | 52 |
| Binary | 1000001 | 101001 | 10101110 | 111111 | 1001100 | 0 | 100000 | 11111011 | 111110 | 101010 |
Color Harmonies of #4129AE
Complementary color
Monochromatic Colors of #4129AE
Black with #4129AE
Text Example
Text Example
White with #4129AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4129AE; }
p { color: rgb(65,41,174); }
H1.HeaderClassName
{
color: #4129AE;
}
.AnyTagClassName
{
color: #4129AE;
}
</style>
background-color css
<style>
a { background-color: #4129AE; }
a { background-color: rgb(65,41,174); }
div.DivClassName
{
background-color: #4129AE;
}
.BgClassName
{
background-color: #4129AE;
}
</style>
border-color css
<style>
span { border-color: #4129AE; }
span { border-color: rgb(65,41,174); }
td.TdClassName
{
border-color: #4129AE;
}
.TagClassName
{
border-color: #4129AE;
}
</style>