Shades of Blue Gem #4935AF
Tints of Blue Gem #4935AF
RGB
CMYK
RGB Variations
Color information
#4935AF (or 0x4935AF) is known color: Blue Gem. HEX triplet: 49, 35 and AF. RGB value is (73,53,175). Sum of RGB (Red+Green+Blue) = 73+53+175=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #4935AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4935AF is #B6CA50. Grayscale: #484848. Windows color (decimal): -11979345 or 11482441. OLE color: 11482441.
HSL color Cylindrical-coordinate representation of color #4935AF: hue angle of 249.84º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4935AF is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 53 | 175 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.31 |
| HSL | 249.84º | 0.54% | 0.45% | - |
| HSV(B) | 249.84º | 0.7% | 0.69% | - |
| XYZ | 11.76 | 7.06 | 41.3 | - |
| YUV | 72.89 | 185.63 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 175 | 0.58 | 0.70 | 0 | 0.31 | 249.84 | 0.54 | 0.45 |
| Hex | 49 | 35 | AF | 3A | 46 | 0 | 1F | FA | 36 | 2D |
| Octal | 111 | 65 | 257 | 72 | 106 | 0 | 37 | 372 | 66 | 55 |
| Binary | 1001001 | 110101 | 10101111 | 111010 | 1000110 | 0 | 11111 | 11111010 | 110110 | 101101 |
Color Harmonies of #4935AF
Complementary color
Monochromatic Colors of #4935AF
Black with #4935AF
Text Example
Text Example
White with #4935AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4935AF; }
p { color: rgb(73,53,175); }
H1.HeaderClassName
{
color: #4935AF;
}
.AnyTagClassName
{
color: #4935AF;
}
</style>
background-color css
<style>
a { background-color: #4935AF; }
a { background-color: rgb(73,53,175); }
div.DivClassName
{
background-color: #4935AF;
}
.BgClassName
{
background-color: #4935AF;
}
</style>
border-color css
<style>
span { border-color: #4935AF; }
span { border-color: rgb(73,53,175); }
td.TdClassName
{
border-color: #4935AF;
}
.TagClassName
{
border-color: #4935AF;
}
</style>