Shades of Blue Gem #4F3690
Tints of Blue Gem #4F3690
RGB
CMYK
RGB Variations
Color information
#4F3690 (or 0x4F3690) is known color: Blue Gem. HEX triplet: 4F, 36 and 90. RGB value is (79,54,144). Sum of RGB (Red+Green+Blue) = 79+54+144=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F3690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3690 is #B0C96F. Grayscale: #474747. Windows color (decimal): -11585904 or 9451087. OLE color: 9451087.
HSL color Cylindrical-coordinate representation of color #4F3690: hue angle of 256.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F3690 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 54 | 144 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.44 |
| HSL | 256.67º | 0.45% | 0.39% | - |
| HSV(B) | 256.67º | 0.63% | 0.56% | - |
| XYZ | 9.58 | 6.31 | 27.1 | - |
| YUV | 71.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 144 | 0.45 | 0.63 | 0 | 0.44 | 256.67 | 0.45 | 0.39 |
| Hex | 4F | 36 | 90 | 2D | 3F | 0 | 2C | 101 | 2D | 27 |
| Octal | 117 | 66 | 220 | 55 | 77 | 0 | 54 | 401 | 55 | 47 |
| Binary | 1001111 | 110110 | 10010000 | 101101 | 111111 | 0 | 101100 | 100000001 | 101101 | 100111 |
Color Harmonies of #4F3690
Complementary color
Monochromatic Colors of #4F3690
Black with #4F3690
Text Example
Text Example
White with #4F3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3690; }
p { color: rgb(79,54,144); }
H1.HeaderClassName
{
color: #4F3690;
}
.AnyTagClassName
{
color: #4F3690;
}
</style>
background-color css
<style>
a { background-color: #4F3690; }
a { background-color: rgb(79,54,144); }
div.DivClassName
{
background-color: #4F3690;
}
.BgClassName
{
background-color: #4F3690;
}
</style>
border-color css
<style>
span { border-color: #4F3690; }
span { border-color: rgb(79,54,144); }
td.TdClassName
{
border-color: #4F3690;
}
.TagClassName
{
border-color: #4F3690;
}
</style>