Shades of Blue Gem #4F359D
Tints of Blue Gem #4F359D
RGB
CMYK
RGB Variations
Color information
#4F359D (or 0x4F359D) is known color: Blue Gem. HEX triplet: 4F, 35 and 9D. RGB value is (79,53,157). Sum of RGB (Red+Green+Blue) = 79+53+157=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F359D is #B0CA62. Grayscale: #484848. Windows color (decimal): -11586147 or 10302799. OLE color: 10302799.
HSL color Cylindrical-coordinate representation of color #4F359D: hue angle of 255º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F359D is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 53 | 157 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.38 |
| HSL | 255º | 0.5% | 0.41% | - |
| HSV(B) | 255º | 0.66% | 0.62% | - |
| XYZ | 10.58 | 6.64 | 32.62 | - |
| YUV | 72.63 | 175.61 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 157 | 0.50 | 0.66 | 0 | 0.38 | 255 | 0.5 | 0.41 |
| Hex | 4F | 35 | 9D | 32 | 42 | 0 | 26 | FF | 32 | 29 |
| Octal | 117 | 65 | 235 | 62 | 102 | 0 | 46 | 377 | 62 | 51 |
| Binary | 1001111 | 110101 | 10011101 | 110010 | 1000010 | 0 | 100110 | 11111111 | 110010 | 101001 |
Color Harmonies of #4F359D
Complementary color
Monochromatic Colors of #4F359D
Black with #4F359D
Text Example
Text Example
White with #4F359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F359D; }
p { color: rgb(79,53,157); }
H1.HeaderClassName
{
color: #4F359D;
}
.AnyTagClassName
{
color: #4F359D;
}
</style>
background-color css
<style>
a { background-color: #4F359D; }
a { background-color: rgb(79,53,157); }
div.DivClassName
{
background-color: #4F359D;
}
.BgClassName
{
background-color: #4F359D;
}
</style>
border-color css
<style>
span { border-color: #4F359D; }
span { border-color: rgb(79,53,157); }
td.TdClassName
{
border-color: #4F359D;
}
.TagClassName
{
border-color: #4F359D;
}
</style>