Shades of Blue Gem #4F329D
Tints of Blue Gem #4F329D
RGB
CMYK
RGB Variations
Color information
#4F329D (or 0x4F329D) is known color: Blue Gem. HEX triplet: 4F, 32 and 9D. RGB value is (79,50,157). Sum of RGB (Red+Green+Blue) = 79+50+157=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F329D is #B0CD62. Grayscale: #464646. Windows color (decimal): -11586915 or 10302031. OLE color: 10302031.
HSL color Cylindrical-coordinate representation of color #4F329D: hue angle of 256.26º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F329D is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 50 | 157 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.38 |
| HSL | 256.26º | 0.52% | 0.41% | - |
| HSV(B) | 256.26º | 0.68% | 0.62% | - |
| XYZ | 10.45 | 6.38 | 32.58 | - |
| YUV | 70.87 | 176.61 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 157 | 0.50 | 0.68 | 0 | 0.38 | 256.26 | 0.52 | 0.41 |
| Hex | 4F | 32 | 9D | 32 | 44 | 0 | 26 | 100 | 34 | 29 |
| Octal | 117 | 62 | 235 | 62 | 104 | 0 | 46 | 400 | 64 | 51 |
| Binary | 1001111 | 110010 | 10011101 | 110010 | 1000100 | 0 | 100110 | 100000000 | 110100 | 101001 |
Color Harmonies of #4F329D
Complementary color
Monochromatic Colors of #4F329D
Black with #4F329D
Text Example
Text Example
White with #4F329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F329D; }
p { color: rgb(79,50,157); }
H1.HeaderClassName
{
color: #4F329D;
}
.AnyTagClassName
{
color: #4F329D;
}
</style>
background-color css
<style>
a { background-color: #4F329D; }
a { background-color: rgb(79,50,157); }
div.DivClassName
{
background-color: #4F329D;
}
.BgClassName
{
background-color: #4F329D;
}
</style>
border-color css
<style>
span { border-color: #4F329D; }
span { border-color: rgb(79,50,157); }
td.TdClassName
{
border-color: #4F329D;
}
.TagClassName
{
border-color: #4F329D;
}
</style>