Shades of Blue Gem #4F4192
Tints of Blue Gem #4F4192
RGB
CMYK
RGB Variations
Color information
#4F4192 (or 0x4F4192) is known color: Blue Gem. HEX triplet: 4F, 41 and 92. RGB value is (79,65,146). Sum of RGB (Red+Green+Blue) = 79+65+146=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F4192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4192 is #B0BE6D. Grayscale: #4E4E4E. Windows color (decimal): -11583086 or 9584975. OLE color: 9584975.
HSL color Cylindrical-coordinate representation of color #4F4192: hue angle of 250.37º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F4192 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 65 | 146 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.43 |
| HSL | 250.37º | 0.38% | 0.41% | - |
| HSV(B) | 250.37º | 0.55% | 0.57% | - |
| XYZ | 10.3 | 7.52 | 28.1 | - |
| YUV | 78.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 146 | 0.46 | 0.55 | 0 | 0.43 | 250.37 | 0.38 | 0.41 |
| Hex | 4F | 41 | 92 | 2E | 37 | 0 | 2B | FA | 26 | 29 |
| Octal | 117 | 101 | 222 | 56 | 67 | 0 | 53 | 372 | 46 | 51 |
| Binary | 1001111 | 1000001 | 10010010 | 101110 | 110111 | 0 | 101011 | 11111010 | 100110 | 101001 |
Color Harmonies of #4F4192
Complementary color
Monochromatic Colors of #4F4192
Black with #4F4192
Text Example
Text Example
White with #4F4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4192; }
p { color: rgb(79,65,146); }
H1.HeaderClassName
{
color: #4F4192;
}
.AnyTagClassName
{
color: #4F4192;
}
</style>
background-color css
<style>
a { background-color: #4F4192; }
a { background-color: rgb(79,65,146); }
div.DivClassName
{
background-color: #4F4192;
}
.BgClassName
{
background-color: #4F4192;
}
</style>
border-color css
<style>
span { border-color: #4F4192; }
span { border-color: rgb(79,65,146); }
td.TdClassName
{
border-color: #4F4192;
}
.TagClassName
{
border-color: #4F4192;
}
</style>