Shades of Blue Gem #4921A6
Tints of Blue Gem #4921A6
RGB
CMYK
RGB Variations
Color information
#4921A6 (or 0x4921A6) is known color: Blue Gem. HEX triplet: 49, 21 and A6. RGB value is (73,33,166). Sum of RGB (Red+Green+Blue) = 73+33+166=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 166 (65.23% from 255 or 61.03% from 272); Max value from RGB is 166 - color contains mainly: blue. Hex color #4921A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4921A6 is #B6DE59. Grayscale: #3B3B3B. Windows color (decimal): -11984474 or 10887497. OLE color: 10887497.
HSL color Cylindrical-coordinate representation of color #4921A6: hue angle of 258.05º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4921A6 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 33 | 166 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.35 |
| HSL | 258.05º | 0.67% | 0.39% | - |
| HSV(B) | 258.05º | 0.8% | 0.65% | - |
| XYZ | 10.17 | 5.26 | 36.55 | - |
| YUV | 60.12 | 187.75 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 166 | 0.56 | 0.80 | 0 | 0.35 | 258.05 | 0.67 | 0.39 |
| Hex | 49 | 21 | A6 | 38 | 50 | 0 | 23 | 102 | 43 | 27 |
| Octal | 111 | 41 | 246 | 70 | 120 | 0 | 43 | 402 | 103 | 47 |
| Binary | 1001001 | 100001 | 10100110 | 111000 | 1010000 | 0 | 100011 | 100000010 | 1000011 | 100111 |
Color Harmonies of #4921A6
Complementary color
Monochromatic Colors of #4921A6
Black with #4921A6
Text Example
Text Example
White with #4921A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4921A6; }
p { color: rgb(73,33,166); }
H1.HeaderClassName
{
color: #4921A6;
}
.AnyTagClassName
{
color: #4921A6;
}
</style>
background-color css
<style>
a { background-color: #4921A6; }
a { background-color: rgb(73,33,166); }
div.DivClassName
{
background-color: #4921A6;
}
.BgClassName
{
background-color: #4921A6;
}
</style>
border-color css
<style>
span { border-color: #4921A6; }
span { border-color: rgb(73,33,166); }
td.TdClassName
{
border-color: #4921A6;
}
.TagClassName
{
border-color: #4921A6;
}
</style>