Shades of Blue Gem #4F3192
Tints of Blue Gem #4F3192
RGB
CMYK
RGB Variations
Color information
#4F3192 (or 0x4F3192) is known color: Blue Gem. HEX triplet: 4F, 31 and 92. RGB value is (79,49,146). Sum of RGB (Red+Green+Blue) = 79+49+146=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F3192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3192 is #B0CE6D. Grayscale: #444444. Windows color (decimal): -11587182 or 9580879. OLE color: 9580879.
HSL color Cylindrical-coordinate representation of color #4F3192: hue angle of 258.56º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F3192 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 49 | 146 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.43 |
| HSL | 258.56º | 0.5% | 0.38% | - |
| HSV(B) | 258.56º | 0.66% | 0.57% | - |
| XYZ | 9.51 | 5.93 | 27.84 | - |
| YUV | 69.03 | 171.44 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 146 | 0.46 | 0.66 | 0 | 0.43 | 258.56 | 0.5 | 0.38 |
| Hex | 4F | 31 | 92 | 2E | 42 | 0 | 2B | 103 | 32 | 26 |
| Octal | 117 | 61 | 222 | 56 | 102 | 0 | 53 | 403 | 62 | 46 |
| Binary | 1001111 | 110001 | 10010010 | 101110 | 1000010 | 0 | 101011 | 100000011 | 110010 | 100110 |
Color Harmonies of #4F3192
Complementary color
Monochromatic Colors of #4F3192
Black with #4F3192
Text Example
Text Example
White with #4F3192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3192; }
p { color: rgb(79,49,146); }
H1.HeaderClassName
{
color: #4F3192;
}
.AnyTagClassName
{
color: #4F3192;
}
</style>
background-color css
<style>
a { background-color: #4F3192; }
a { background-color: rgb(79,49,146); }
div.DivClassName
{
background-color: #4F3192;
}
.BgClassName
{
background-color: #4F3192;
}
</style>
border-color css
<style>
span { border-color: #4F3192; }
span { border-color: rgb(79,49,146); }
td.TdClassName
{
border-color: #4F3192;
}
.TagClassName
{
border-color: #4F3192;
}
</style>