Shades of Blue Gem #4F318D
Tints of Blue Gem #4F318D
RGB
CMYK
RGB Variations
Color information
#4F318D (or 0x4F318D) is known color: Blue Gem. HEX triplet: 4F, 31 and 8D. RGB value is (79,49,141). Sum of RGB (Red+Green+Blue) = 79+49+141=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F318D is #B0CE72. Grayscale: #444444. Windows color (decimal): -11587187 or 9253199. OLE color: 9253199.
HSL color Cylindrical-coordinate representation of color #4F318D: hue angle of 259.57º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F318D is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 49 | 141 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.45 |
| HSL | 259.57º | 0.48% | 0.37% | - |
| HSV(B) | 259.57º | 0.65% | 0.55% | - |
| XYZ | 9.13 | 5.78 | 25.83 | - |
| YUV | 68.46 | 168.94 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 141 | 0.44 | 0.65 | 0 | 0.45 | 259.57 | 0.48 | 0.37 |
| Hex | 4F | 31 | 8D | 2C | 41 | 0 | 2D | 104 | 30 | 25 |
| Octal | 117 | 61 | 215 | 54 | 101 | 0 | 55 | 404 | 60 | 45 |
| Binary | 1001111 | 110001 | 10001101 | 101100 | 1000001 | 0 | 101101 | 100000100 | 110000 | 100101 |
Color Harmonies of #4F318D
Complementary color
Monochromatic Colors of #4F318D
Black with #4F318D
Text Example
Text Example
White with #4F318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F318D; }
p { color: rgb(79,49,141); }
H1.HeaderClassName
{
color: #4F318D;
}
.AnyTagClassName
{
color: #4F318D;
}
</style>
background-color css
<style>
a { background-color: #4F318D; }
a { background-color: rgb(79,49,141); }
div.DivClassName
{
background-color: #4F318D;
}
.BgClassName
{
background-color: #4F318D;
}
</style>
border-color css
<style>
span { border-color: #4F318D; }
span { border-color: rgb(79,49,141); }
td.TdClassName
{
border-color: #4F318D;
}
.TagClassName
{
border-color: #4F318D;
}
</style>