Shades of Blue Gem #4F349B
Tints of Blue Gem #4F349B
RGB
CMYK
RGB Variations
Color information
#4F349B (or 0x4F349B) is known color: Blue Gem. HEX triplet: 4F, 34 and 9B. RGB value is (79,52,155). Sum of RGB (Red+Green+Blue) = 79+52+155=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F349B is #B0CB64. Grayscale: #474747. Windows color (decimal): -11586405 or 10171471. OLE color: 10171471.
HSL color Cylindrical-coordinate representation of color #4F349B: hue angle of 255.73º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F349B is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 52 | 155 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.39 |
| HSL | 255.73º | 0.5% | 0.41% | - |
| HSV(B) | 255.73º | 0.66% | 0.61% | - |
| XYZ | 10.37 | 6.48 | 31.72 | - |
| YUV | 71.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 155 | 0.49 | 0.66 | 0 | 0.39 | 255.73 | 0.5 | 0.41 |
| Hex | 4F | 34 | 9B | 31 | 42 | 0 | 27 | 100 | 32 | 29 |
| Octal | 117 | 64 | 233 | 61 | 102 | 0 | 47 | 400 | 62 | 51 |
| Binary | 1001111 | 110100 | 10011011 | 110001 | 1000010 | 0 | 100111 | 100000000 | 110010 | 101001 |
Color Harmonies of #4F349B
Complementary color
Monochromatic Colors of #4F349B
Black with #4F349B
Text Example
Text Example
White with #4F349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F349B; }
p { color: rgb(79,52,155); }
H1.HeaderClassName
{
color: #4F349B;
}
.AnyTagClassName
{
color: #4F349B;
}
</style>
background-color css
<style>
a { background-color: #4F349B; }
a { background-color: rgb(79,52,155); }
div.DivClassName
{
background-color: #4F349B;
}
.BgClassName
{
background-color: #4F349B;
}
</style>
border-color css
<style>
span { border-color: #4F349B; }
span { border-color: rgb(79,52,155); }
td.TdClassName
{
border-color: #4F349B;
}
.TagClassName
{
border-color: #4F349B;
}
</style>