Shades of Blue Gem #4128AD
Tints of Blue Gem #4128AD
RGB
CMYK
RGB Variations
Color information
#4128AD (or 0x4128AD) is known color: Blue Gem. HEX triplet: 41, 28 and AD. RGB value is (65,40,173). Sum of RGB (Red+Green+Blue) = 65+40+173=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #4128AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4128AD is #BED752. Grayscale: #3E3E3E. Windows color (decimal): -12506963 or 11348033. OLE color: 11348033.
HSL color Cylindrical-coordinate representation of color #4128AD: hue angle of 251.28º degrees, saturation: 0.62, 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 #4128AD is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 40 | 173 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.32 |
| HSL | 251.28º | 0.62% | 0.42% | - |
| HSV(B) | 251.28º | 0.77% | 0.68% | - |
| XYZ | 10.48 | 5.66 | 40.07 | - |
| YUV | 62.64 | 190.28 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 173 | 0.62 | 0.77 | 0 | 0.32 | 251.28 | 0.62 | 0.42 |
| Hex | 41 | 28 | AD | 3E | 4D | 0 | 20 | FB | 3E | 2A |
| Octal | 101 | 50 | 255 | 76 | 115 | 0 | 40 | 373 | 76 | 52 |
| Binary | 1000001 | 101000 | 10101101 | 111110 | 1001101 | 0 | 100000 | 11111011 | 111110 | 101010 |
Color Harmonies of #4128AD
Complementary color
Monochromatic Colors of #4128AD
Black with #4128AD
Text Example
Text Example
White with #4128AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4128AD; }
p { color: rgb(65,40,173); }
H1.HeaderClassName
{
color: #4128AD;
}
.AnyTagClassName
{
color: #4128AD;
}
</style>
background-color css
<style>
a { background-color: #4128AD; }
a { background-color: rgb(65,40,173); }
div.DivClassName
{
background-color: #4128AD;
}
.BgClassName
{
background-color: #4128AD;
}
</style>
border-color css
<style>
span { border-color: #4128AD; }
span { border-color: rgb(65,40,173); }
td.TdClassName
{
border-color: #4128AD;
}
.TagClassName
{
border-color: #4128AD;
}
</style>