Shades of Blue Gem #4F348B
Tints of Blue Gem #4F348B
RGB
CMYK
RGB Variations
Color information
#4F348B (or 0x4F348B) is known color: Blue Gem. HEX triplet: 4F, 34 and 8B. RGB value is (79,52,139). Sum of RGB (Red+Green+Blue) = 79+52+139=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F348B is #B0CB74. Grayscale: #454545. Windows color (decimal): -11586421 or 9122895. OLE color: 9122895.
HSL color Cylindrical-coordinate representation of color #4F348B: hue angle of 258.62º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F348B is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 52 | 139 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.45 |
| HSL | 258.62º | 0.46% | 0.37% | - |
| HSV(B) | 258.62º | 0.63% | 0.55% | - |
| XYZ | 9.11 | 5.98 | 25.1 | - |
| YUV | 69.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 139 | 0.43 | 0.63 | 0 | 0.45 | 258.62 | 0.46 | 0.37 |
| Hex | 4F | 34 | 8B | 2B | 3F | 0 | 2D | 103 | 2E | 25 |
| Octal | 117 | 64 | 213 | 53 | 77 | 0 | 55 | 403 | 56 | 45 |
| Binary | 1001111 | 110100 | 10001011 | 101011 | 111111 | 0 | 101101 | 100000011 | 101110 | 100101 |
Color Harmonies of #4F348B
Complementary color
Monochromatic Colors of #4F348B
Black with #4F348B
Text Example
Text Example
White with #4F348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F348B; }
p { color: rgb(79,52,139); }
H1.HeaderClassName
{
color: #4F348B;
}
.AnyTagClassName
{
color: #4F348B;
}
</style>
background-color css
<style>
a { background-color: #4F348B; }
a { background-color: rgb(79,52,139); }
div.DivClassName
{
background-color: #4F348B;
}
.BgClassName
{
background-color: #4F348B;
}
</style>
border-color css
<style>
span { border-color: #4F348B; }
span { border-color: rgb(79,52,139); }
td.TdClassName
{
border-color: #4F348B;
}
.TagClassName
{
border-color: #4F348B;
}
</style>