Shades of Blue Gem #4126AC
Tints of Blue Gem #4126AC
RGB
CMYK
RGB Variations
Color information
#4126AC (or 0x4126AC) is known color: Blue Gem. HEX triplet: 41, 26 and AC. RGB value is (65,38,172). Sum of RGB (Red+Green+Blue) = 65+38+172=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #4126AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4126AC is #BED953. Grayscale: #3C3C3C. Windows color (decimal): -12507476 or 11281985. OLE color: 11281985.
HSL color Cylindrical-coordinate representation of color #4126AC: hue angle of 252.09º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4126AC is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 38 | 172 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.33 |
| HSL | 252.09º | 0.64% | 0.41% | - |
| HSV(B) | 252.09º | 0.78% | 0.67% | - |
| XYZ | 10.32 | 5.49 | 39.55 | - |
| YUV | 61.35 | 190.45 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 172 | 0.62 | 0.78 | 0 | 0.33 | 252.09 | 0.64 | 0.41 |
| Hex | 41 | 26 | AC | 3E | 4E | 0 | 21 | FC | 40 | 29 |
| Octal | 101 | 46 | 254 | 76 | 116 | 0 | 41 | 374 | 100 | 51 |
| Binary | 1000001 | 100110 | 10101100 | 111110 | 1001110 | 0 | 100001 | 11111100 | 1000000 | 101001 |
Color Harmonies of #4126AC
Complementary color
Monochromatic Colors of #4126AC
Black with #4126AC
Text Example
Text Example
White with #4126AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4126AC; }
p { color: rgb(65,38,172); }
H1.HeaderClassName
{
color: #4126AC;
}
.AnyTagClassName
{
color: #4126AC;
}
</style>
background-color css
<style>
a { background-color: #4126AC; }
a { background-color: rgb(65,38,172); }
div.DivClassName
{
background-color: #4126AC;
}
.BgClassName
{
background-color: #4126AC;
}
</style>
border-color css
<style>
span { border-color: #4126AC; }
span { border-color: rgb(65,38,172); }
td.TdClassName
{
border-color: #4126AC;
}
.TagClassName
{
border-color: #4126AC;
}
</style>