Shades of Blue Gem #4F359C
Tints of Blue Gem #4F359C
RGB
CMYK
RGB Variations
Color information
#4F359C (or 0x4F359C) is known color: Blue Gem. HEX triplet: 4F, 35 and 9C. RGB value is (79,53,156). Sum of RGB (Red+Green+Blue) = 79+53+156=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F359C is #B0CA63. Grayscale: #484848. Windows color (decimal): -11586148 or 10237263. OLE color: 10237263.
HSL color Cylindrical-coordinate representation of color #4F359C: hue angle of 255.15º degrees, saturation: 0.49, 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 #4F359C is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 53 | 156 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.39 |
| HSL | 255.15º | 0.49% | 0.41% | - |
| HSV(B) | 255.15º | 0.66% | 0.61% | - |
| XYZ | 10.5 | 6.61 | 32.17 | - |
| YUV | 72.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 156 | 0.49 | 0.66 | 0 | 0.39 | 255.15 | 0.49 | 0.41 |
| Hex | 4F | 35 | 9C | 31 | 42 | 0 | 27 | FF | 31 | 29 |
| Octal | 117 | 65 | 234 | 61 | 102 | 0 | 47 | 377 | 61 | 51 |
| Binary | 1001111 | 110101 | 10011100 | 110001 | 1000010 | 0 | 100111 | 11111111 | 110001 | 101001 |
Color Harmonies of #4F359C
Complementary color
Monochromatic Colors of #4F359C
Black with #4F359C
Text Example
Text Example
White with #4F359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F359C; }
p { color: rgb(79,53,156); }
H1.HeaderClassName
{
color: #4F359C;
}
.AnyTagClassName
{
color: #4F359C;
}
</style>
background-color css
<style>
a { background-color: #4F359C; }
a { background-color: rgb(79,53,156); }
div.DivClassName
{
background-color: #4F359C;
}
.BgClassName
{
background-color: #4F359C;
}
</style>
border-color css
<style>
span { border-color: #4F359C; }
span { border-color: rgb(79,53,156); }
td.TdClassName
{
border-color: #4F359C;
}
.TagClassName
{
border-color: #4F359C;
}
</style>