Shades of Blue Gem #4F409E
Tints of Blue Gem #4F409E
RGB
CMYK
RGB Variations
Color information
#4F409E (or 0x4F409E) is known color: Blue Gem. HEX triplet: 4F, 40 and 9E. RGB value is (79,64,158). Sum of RGB (Red+Green+Blue) = 79+64+158=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F409E is #B0BF61. Grayscale: #4E4E4E. Windows color (decimal): -11583330 or 10371151. OLE color: 10371151.
HSL color Cylindrical-coordinate representation of color #4F409E: hue angle of 249.57º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F409E is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 64 | 158 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.38 |
| HSL | 249.57º | 0.42% | 0.44% | - |
| HSV(B) | 249.57º | 0.59% | 0.62% | - |
| XYZ | 11.23 | 7.8 | 33.26 | - |
| YUV | 79.2 | 172.47 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 158 | 0.50 | 0.59 | 0 | 0.38 | 249.57 | 0.42 | 0.44 |
| Hex | 4F | 40 | 9E | 32 | 3B | 0 | 26 | FA | 2A | 2C |
| Octal | 117 | 100 | 236 | 62 | 73 | 0 | 46 | 372 | 52 | 54 |
| Binary | 1001111 | 1000000 | 10011110 | 110010 | 111011 | 0 | 100110 | 11111010 | 101010 | 101100 |
Color Harmonies of #4F409E
Complementary color
Monochromatic Colors of #4F409E
Black with #4F409E
Text Example
Text Example
White with #4F409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F409E; }
p { color: rgb(79,64,158); }
H1.HeaderClassName
{
color: #4F409E;
}
.AnyTagClassName
{
color: #4F409E;
}
</style>
background-color css
<style>
a { background-color: #4F409E; }
a { background-color: rgb(79,64,158); }
div.DivClassName
{
background-color: #4F409E;
}
.BgClassName
{
background-color: #4F409E;
}
</style>
border-color css
<style>
span { border-color: #4F409E; }
span { border-color: rgb(79,64,158); }
td.TdClassName
{
border-color: #4F409E;
}
.TagClassName
{
border-color: #4F409E;
}
</style>