Shades of Blue Gem #4F4191
Tints of Blue Gem #4F4191
RGB
CMYK
RGB Variations
Color information
#4F4191 (or 0x4F4191) is known color: Blue Gem. HEX triplet: 4F, 41 and 91. RGB value is (79,65,145). Sum of RGB (Red+Green+Blue) = 79+65+145=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F4191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4191 is #B0BE6E. Grayscale: #4E4E4E. Windows color (decimal): -11583087 or 9519439. OLE color: 9519439.
HSL color Cylindrical-coordinate representation of color #4F4191: hue angle of 250.5º 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 #4F4191 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 65 | 145 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.43 |
| HSL | 250.5º | 0.38% | 0.41% | - |
| HSV(B) | 250.5º | 0.55% | 0.57% | - |
| XYZ | 10.23 | 7.49 | 27.69 | - |
| YUV | 78.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 145 | 0.46 | 0.55 | 0 | 0.43 | 250.5 | 0.38 | 0.41 |
| Hex | 4F | 41 | 91 | 2E | 37 | 0 | 2B | FB | 26 | 29 |
| Octal | 117 | 101 | 221 | 56 | 67 | 0 | 53 | 373 | 46 | 51 |
| Binary | 1001111 | 1000001 | 10010001 | 101110 | 110111 | 0 | 101011 | 11111011 | 100110 | 101001 |
Color Harmonies of #4F4191
Complementary color
Monochromatic Colors of #4F4191
Black with #4F4191
Text Example
Text Example
White with #4F4191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4191; }
p { color: rgb(79,65,145); }
H1.HeaderClassName
{
color: #4F4191;
}
.AnyTagClassName
{
color: #4F4191;
}
</style>
background-color css
<style>
a { background-color: #4F4191; }
a { background-color: rgb(79,65,145); }
div.DivClassName
{
background-color: #4F4191;
}
.BgClassName
{
background-color: #4F4191;
}
</style>
border-color css
<style>
span { border-color: #4F4191; }
span { border-color: rgb(79,65,145); }
td.TdClassName
{
border-color: #4F4191;
}
.TagClassName
{
border-color: #4F4191;
}
</style>