Shades of Blue Gem #4F408A
Tints of Blue Gem #4F408A
RGB
CMYK
RGB Variations
Color information
#4F408A (or 0x4F408A) is known color: Blue Gem. HEX triplet: 4F, 40 and 8A. RGB value is (79,64,138). Sum of RGB (Red+Green+Blue) = 79+64+138=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F408A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F408A is #B0BF75. Grayscale: #4C4C4C. Windows color (decimal): -11583350 or 9060431. OLE color: 9060431.
HSL color Cylindrical-coordinate representation of color #4F408A: hue angle of 252.16º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F408A is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 64 | 138 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.46 |
| HSL | 252.16º | 0.37% | 0.4% | - |
| HSV(B) | 252.16º | 0.54% | 0.54% | - |
| XYZ | 9.65 | 7.16 | 24.92 | - |
| YUV | 76.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 138 | 0.43 | 0.54 | 0 | 0.46 | 252.16 | 0.37 | 0.4 |
| Hex | 4F | 40 | 8A | 2B | 36 | 0 | 2E | FC | 25 | 28 |
| Octal | 117 | 100 | 212 | 53 | 66 | 0 | 56 | 374 | 45 | 50 |
| Binary | 1001111 | 1000000 | 10001010 | 101011 | 110110 | 0 | 101110 | 11111100 | 100101 | 101000 |
Color Harmonies of #4F408A
Complementary color
Monochromatic Colors of #4F408A
Black with #4F408A
Text Example
Text Example
White with #4F408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F408A; }
p { color: rgb(79,64,138); }
H1.HeaderClassName
{
color: #4F408A;
}
.AnyTagClassName
{
color: #4F408A;
}
</style>
background-color css
<style>
a { background-color: #4F408A; }
a { background-color: rgb(79,64,138); }
div.DivClassName
{
background-color: #4F408A;
}
.BgClassName
{
background-color: #4F408A;
}
</style>
border-color css
<style>
span { border-color: #4F408A; }
span { border-color: rgb(79,64,138); }
td.TdClassName
{
border-color: #4F408A;
}
.TagClassName
{
border-color: #4F408A;
}
</style>