Shades of Blue Gem #4F4690
Tints of Blue Gem #4F4690
RGB
CMYK
RGB Variations
Color information
#4F4690 (or 0x4F4690) is known color: Blue Gem. HEX triplet: 4F, 46 and 90. RGB value is (79,70,144). Sum of RGB (Red+Green+Blue) = 79+70+144=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F4690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4690 is #B0B96F. Grayscale: #505050. Windows color (decimal): -11581808 or 9455183. OLE color: 9455183.
HSL color Cylindrical-coordinate representation of color #4F4690: hue angle of 247.3º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F4690 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 70 | 144 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.44 |
| HSL | 247.3º | 0.35% | 0.42% | - |
| HSV(B) | 247.3º | 0.51% | 0.56% | - |
| XYZ | 10.45 | 8.06 | 27.39 | - |
| YUV | 81.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 144 | 0.45 | 0.51 | 0 | 0.44 | 247.3 | 0.35 | 0.42 |
| Hex | 4F | 46 | 90 | 2D | 33 | 0 | 2C | F7 | 23 | 2A |
| Octal | 117 | 106 | 220 | 55 | 63 | 0 | 54 | 367 | 43 | 52 |
| Binary | 1001111 | 1000110 | 10010000 | 101101 | 110011 | 0 | 101100 | 11110111 | 100011 | 101010 |
Color Harmonies of #4F4690
Complementary color
Monochromatic Colors of #4F4690
Black with #4F4690
Text Example
Text Example
White with #4F4690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4690; }
p { color: rgb(79,70,144); }
H1.HeaderClassName
{
color: #4F4690;
}
.AnyTagClassName
{
color: #4F4690;
}
</style>
background-color css
<style>
a { background-color: #4F4690; }
a { background-color: rgb(79,70,144); }
div.DivClassName
{
background-color: #4F4690;
}
.BgClassName
{
background-color: #4F4690;
}
</style>
border-color css
<style>
span { border-color: #4F4690; }
span { border-color: rgb(79,70,144); }
td.TdClassName
{
border-color: #4F4690;
}
.TagClassName
{
border-color: #4F4690;
}
</style>