Shades of Blue Gem #4935AC
Tints of Blue Gem #4935AC
RGB
CMYK
RGB Variations
Color information
#4935AC (or 0x4935AC) is known color: Blue Gem. HEX triplet: 49, 35 and AC. RGB value is (73,53,172). Sum of RGB (Red+Green+Blue) = 73+53+172=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #4935AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4935AC is #B6CA53. Grayscale: #484848. Windows color (decimal): -11979348 or 11285833. OLE color: 11285833.
HSL color Cylindrical-coordinate representation of color #4935AC: hue angle of 250.08º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4935AC is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 53 | 172 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.33 |
| HSL | 250.08º | 0.53% | 0.44% | - |
| HSV(B) | 250.08º | 0.69% | 0.67% | - |
| XYZ | 11.47 | 6.94 | 39.77 | - |
| YUV | 72.55 | 184.13 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 172 | 0.58 | 0.69 | 0 | 0.33 | 250.08 | 0.53 | 0.44 |
| Hex | 49 | 35 | AC | 3A | 45 | 0 | 21 | FA | 35 | 2C |
| Octal | 111 | 65 | 254 | 72 | 105 | 0 | 41 | 372 | 65 | 54 |
| Binary | 1001001 | 110101 | 10101100 | 111010 | 1000101 | 0 | 100001 | 11111010 | 110101 | 101100 |
Color Harmonies of #4935AC
Complementary color
Monochromatic Colors of #4935AC
Black with #4935AC
Text Example
Text Example
White with #4935AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4935AC; }
p { color: rgb(73,53,172); }
H1.HeaderClassName
{
color: #4935AC;
}
.AnyTagClassName
{
color: #4935AC;
}
</style>
background-color css
<style>
a { background-color: #4935AC; }
a { background-color: rgb(73,53,172); }
div.DivClassName
{
background-color: #4935AC;
}
.BgClassName
{
background-color: #4935AC;
}
</style>
border-color css
<style>
span { border-color: #4935AC; }
span { border-color: rgb(73,53,172); }
td.TdClassName
{
border-color: #4935AC;
}
.TagClassName
{
border-color: #4935AC;
}
</style>