Shades of Blue Gem #4634AD
Tints of Blue Gem #4634AD
RGB
CMYK
RGB Variations
Color information
#4634AD (or 0x4634AD) is known color: Blue Gem. HEX triplet: 46, 34 and AD. RGB value is (70,52,173). Sum of RGB (Red+Green+Blue) = 70+52+173=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #4634AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4634AD is #B9CB52. Grayscale: #464646. Windows color (decimal): -12176211 or 11351110. OLE color: 11351110.
HSL color Cylindrical-coordinate representation of color #4634AD: hue angle of 248.93º 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 #4634AD is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 52 | 173 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.32 |
| HSL | 248.93º | 0.54% | 0.44% | - |
| HSV(B) | 248.93º | 0.7% | 0.68% | - |
| XYZ | 11.3 | 6.78 | 40.25 | - |
| YUV | 71.18 | 185.46 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 173 | 0.60 | 0.70 | 0 | 0.32 | 248.93 | 0.54 | 0.44 |
| Hex | 46 | 34 | AD | 3C | 46 | 0 | 20 | F9 | 36 | 2C |
| Octal | 106 | 64 | 255 | 74 | 106 | 0 | 40 | 371 | 66 | 54 |
| Binary | 1000110 | 110100 | 10101101 | 111100 | 1000110 | 0 | 100000 | 11111001 | 110110 | 101100 |
Color Harmonies of #4634AD
Complementary color
Monochromatic Colors of #4634AD
Black with #4634AD
Text Example
Text Example
White with #4634AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4634AD; }
p { color: rgb(70,52,173); }
H1.HeaderClassName
{
color: #4634AD;
}
.AnyTagClassName
{
color: #4634AD;
}
</style>
background-color css
<style>
a { background-color: #4634AD; }
a { background-color: rgb(70,52,173); }
div.DivClassName
{
background-color: #4634AD;
}
.BgClassName
{
background-color: #4634AD;
}
</style>
border-color css
<style>
span { border-color: #4634AD; }
span { border-color: rgb(70,52,173); }
td.TdClassName
{
border-color: #4634AD;
}
.TagClassName
{
border-color: #4634AD;
}
</style>