Shades of Blue Gem #4123AD
Tints of Blue Gem #4123AD
RGB
CMYK
RGB Variations
Color information
#4123AD (or 0x4123AD) is known color: Blue Gem. HEX triplet: 41, 23 and AD. RGB value is (65,35,173). Sum of RGB (Red+Green+Blue) = 65+35+173=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #4123AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4123AD is #BEDC52. Grayscale: #3B3B3B. Windows color (decimal): -12508243 or 11346753. OLE color: 11346753.
HSL color Cylindrical-coordinate representation of color #4123AD: hue angle of 253.04º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4123AD is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 35 | 173 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.32 |
| HSL | 253.04º | 0.66% | 0.41% | - |
| HSV(B) | 253.04º | 0.8% | 0.68% | - |
| XYZ | 10.32 | 5.34 | 40.02 | - |
| YUV | 59.7 | 191.94 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 173 | 0.62 | 0.80 | 0 | 0.32 | 253.04 | 0.66 | 0.41 |
| Hex | 41 | 23 | AD | 3E | 50 | 0 | 20 | FD | 42 | 29 |
| Octal | 101 | 43 | 255 | 76 | 120 | 0 | 40 | 375 | 102 | 51 |
| Binary | 1000001 | 100011 | 10101101 | 111110 | 1010000 | 0 | 100000 | 11111101 | 1000010 | 101001 |
Color Harmonies of #4123AD
Complementary color
Monochromatic Colors of #4123AD
Black with #4123AD
Text Example
Text Example
White with #4123AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4123AD; }
p { color: rgb(65,35,173); }
H1.HeaderClassName
{
color: #4123AD;
}
.AnyTagClassName
{
color: #4123AD;
}
</style>
background-color css
<style>
a { background-color: #4123AD; }
a { background-color: rgb(65,35,173); }
div.DivClassName
{
background-color: #4123AD;
}
.BgClassName
{
background-color: #4123AD;
}
</style>
border-color css
<style>
span { border-color: #4123AD; }
span { border-color: rgb(65,35,173); }
td.TdClassName
{
border-color: #4123AD;
}
.TagClassName
{
border-color: #4123AD;
}
</style>