Shades of Blue Gem #4F3E8C
Tints of Blue Gem #4F3E8C
RGB
CMYK
RGB Variations
Color information
#4F3E8C (or 0x4F3E8C) is known color: Blue Gem. HEX triplet: 4F, 3E and 8C. RGB value is (79,62,140). Sum of RGB (Red+Green+Blue) = 79+62+140=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F3E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3E8C is #B0C173. Grayscale: #4B4B4B. Windows color (decimal): -11583860 or 9190991. OLE color: 9190991.
HSL color Cylindrical-coordinate representation of color #4F3E8C: hue angle of 253.08º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F3E8C is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 62 | 140 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.45 |
| HSL | 253.08º | 0.39% | 0.4% | - |
| HSV(B) | 253.08º | 0.56% | 0.55% | - |
| XYZ | 9.68 | 7 | 25.65 | - |
| YUV | 75.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 62 | 140 | 0.44 | 0.56 | 0 | 0.45 | 253.08 | 0.39 | 0.4 |
| Hex | 4F | 3E | 8C | 2C | 38 | 0 | 2D | FD | 27 | 28 |
| Octal | 117 | 76 | 214 | 54 | 70 | 0 | 55 | 375 | 47 | 50 |
| Binary | 1001111 | 111110 | 10001100 | 101100 | 111000 | 0 | 101101 | 11111101 | 100111 | 101000 |
Color Harmonies of #4F3E8C
Complementary color
Monochromatic Colors of #4F3E8C
Black with #4F3E8C
Text Example
Text Example
White with #4F3E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3E8C; }
p { color: rgb(79,62,140); }
H1.HeaderClassName
{
color: #4F3E8C;
}
.AnyTagClassName
{
color: #4F3E8C;
}
</style>
background-color css
<style>
a { background-color: #4F3E8C; }
a { background-color: rgb(79,62,140); }
div.DivClassName
{
background-color: #4F3E8C;
}
.BgClassName
{
background-color: #4F3E8C;
}
</style>
border-color css
<style>
span { border-color: #4F3E8C; }
span { border-color: rgb(79,62,140); }
td.TdClassName
{
border-color: #4F3E8C;
}
.TagClassName
{
border-color: #4F3E8C;
}
</style>