Shades of Blue Gem #4134AD
Tints of Blue Gem #4134AD
RGB
CMYK
RGB Variations
Color information
#4134AD (or 0x4134AD) is known color: Blue Gem. HEX triplet: 41, 34 and AD. RGB value is (65,52,173). Sum of RGB (Red+Green+Blue) = 65+52+173=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #4134AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4134AD is #BECB52. Grayscale: #454545. Windows color (decimal): -12503891 or 11351105. OLE color: 11351105.
HSL color Cylindrical-coordinate representation of color #4134AD: hue angle of 246.45º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4134AD is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 52 | 173 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.32 |
| HSL | 246.45º | 0.54% | 0.44% | - |
| HSV(B) | 246.45º | 0.7% | 0.68% | - |
| XYZ | 10.95 | 6.6 | 40.23 | - |
| YUV | 69.68 | 186.31 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 52 | 173 | 0.62 | 0.70 | 0 | 0.32 | 246.45 | 0.54 | 0.44 |
| Hex | 41 | 34 | AD | 3E | 46 | 0 | 20 | F6 | 36 | 2C |
| Octal | 101 | 64 | 255 | 76 | 106 | 0 | 40 | 366 | 66 | 54 |
| Binary | 1000001 | 110100 | 10101101 | 111110 | 1000110 | 0 | 100000 | 11110110 | 110110 | 101100 |
Color Harmonies of #4134AD
Complementary color
Monochromatic Colors of #4134AD
Black with #4134AD
Text Example
Text Example
White with #4134AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4134AD; }
p { color: rgb(65,52,173); }
H1.HeaderClassName
{
color: #4134AD;
}
.AnyTagClassName
{
color: #4134AD;
}
</style>
background-color css
<style>
a { background-color: #4134AD; }
a { background-color: rgb(65,52,173); }
div.DivClassName
{
background-color: #4134AD;
}
.BgClassName
{
background-color: #4134AD;
}
</style>
border-color css
<style>
span { border-color: #4134AD; }
span { border-color: rgb(65,52,173); }
td.TdClassName
{
border-color: #4134AD;
}
.TagClassName
{
border-color: #4134AD;
}
</style>