Shades of Blue Gem #4F3595
Tints of Blue Gem #4F3595
RGB
CMYK
RGB Variations
Color information
#4F3595 (or 0x4F3595) is known color: Blue Gem. HEX triplet: 4F, 35 and 95. RGB value is (79,53,149). Sum of RGB (Red+Green+Blue) = 79+53+149=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F3595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3595 is #B0CA6A. Grayscale: #474747. Windows color (decimal): -11586155 or 9778511. OLE color: 9778511.
HSL color Cylindrical-coordinate representation of color #4F3595: hue angle of 256.25º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F3595 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 53 | 149 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.42 |
| HSL | 256.25º | 0.48% | 0.4% | - |
| HSV(B) | 256.25º | 0.64% | 0.58% | - |
| XYZ | 9.92 | 6.38 | 29.14 | - |
| YUV | 71.72 | 171.61 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 149 | 0.47 | 0.64 | 0 | 0.42 | 256.25 | 0.48 | 0.4 |
| Hex | 4F | 35 | 95 | 2F | 40 | 0 | 2A | 100 | 30 | 28 |
| Octal | 117 | 65 | 225 | 57 | 100 | 0 | 52 | 400 | 60 | 50 |
| Binary | 1001111 | 110101 | 10010101 | 101111 | 1000000 | 0 | 101010 | 100000000 | 110000 | 101000 |
Color Harmonies of #4F3595
Complementary color
Monochromatic Colors of #4F3595
Black with #4F3595
Text Example
Text Example
White with #4F3595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3595; }
p { color: rgb(79,53,149); }
H1.HeaderClassName
{
color: #4F3595;
}
.AnyTagClassName
{
color: #4F3595;
}
</style>
background-color css
<style>
a { background-color: #4F3595; }
a { background-color: rgb(79,53,149); }
div.DivClassName
{
background-color: #4F3595;
}
.BgClassName
{
background-color: #4F3595;
}
</style>
border-color css
<style>
span { border-color: #4F3595; }
span { border-color: rgb(79,53,149); }
td.TdClassName
{
border-color: #4F3595;
}
.TagClassName
{
border-color: #4F3595;
}
</style>