Shades of Blue Gem #4F349C
Tints of Blue Gem #4F349C
RGB
CMYK
RGB Variations
Color information
#4F349C (or 0x4F349C) is known color: Blue Gem. HEX triplet: 4F, 34 and 9C. RGB value is (79,52,156). Sum of RGB (Red+Green+Blue) = 79+52+156=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F349C is #B0CB63. Grayscale: #474747. Windows color (decimal): -11586404 or 10237007. OLE color: 10237007.
HSL color Cylindrical-coordinate representation of color #4F349C: hue angle of 255.58º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F349C is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 52 | 156 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.39 |
| HSL | 255.58º | 0.5% | 0.41% | - |
| HSV(B) | 255.58º | 0.67% | 0.61% | - |
| XYZ | 10.45 | 6.52 | 32.16 | - |
| YUV | 71.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 156 | 0.49 | 0.67 | 0 | 0.39 | 255.58 | 0.5 | 0.41 |
| Hex | 4F | 34 | 9C | 31 | 43 | 0 | 27 | 100 | 32 | 29 |
| Octal | 117 | 64 | 234 | 61 | 103 | 0 | 47 | 400 | 62 | 51 |
| Binary | 1001111 | 110100 | 10011100 | 110001 | 1000011 | 0 | 100111 | 100000000 | 110010 | 101001 |
Color Harmonies of #4F349C
Complementary color
Monochromatic Colors of #4F349C
Black with #4F349C
Text Example
Text Example
White with #4F349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F349C; }
p { color: rgb(79,52,156); }
H1.HeaderClassName
{
color: #4F349C;
}
.AnyTagClassName
{
color: #4F349C;
}
</style>
background-color css
<style>
a { background-color: #4F349C; }
a { background-color: rgb(79,52,156); }
div.DivClassName
{
background-color: #4F349C;
}
.BgClassName
{
background-color: #4F349C;
}
</style>
border-color css
<style>
span { border-color: #4F349C; }
span { border-color: rgb(79,52,156); }
td.TdClassName
{
border-color: #4F349C;
}
.TagClassName
{
border-color: #4F349C;
}
</style>