Shades of Blue Gem #4F358B
Tints of Blue Gem #4F358B
RGB
CMYK
RGB Variations
Color information
#4F358B (or 0x4F358B) is known color: Blue Gem. HEX triplet: 4F, 35 and 8B. RGB value is (79,53,139). Sum of RGB (Red+Green+Blue) = 79+53+139=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F358B is #B0CA74. Grayscale: #464646. Windows color (decimal): -11586165 or 9123151. OLE color: 9123151.
HSL color Cylindrical-coordinate representation of color #4F358B: hue angle of 258.14º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F358B is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 53 | 139 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.45 |
| HSL | 258.14º | 0.45% | 0.38% | - |
| HSV(B) | 258.14º | 0.62% | 0.55% | - |
| XYZ | 9.16 | 6.07 | 25.12 | - |
| YUV | 70.58 | 166.61 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 139 | 0.43 | 0.62 | 0 | 0.45 | 258.14 | 0.45 | 0.38 |
| Hex | 4F | 35 | 8B | 2B | 3E | 0 | 2D | 102 | 2D | 26 |
| Octal | 117 | 65 | 213 | 53 | 76 | 0 | 55 | 402 | 55 | 46 |
| Binary | 1001111 | 110101 | 10001011 | 101011 | 111110 | 0 | 101101 | 100000010 | 101101 | 100110 |
Color Harmonies of #4F358B
Complementary color
Monochromatic Colors of #4F358B
Black with #4F358B
Text Example
Text Example
White with #4F358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F358B; }
p { color: rgb(79,53,139); }
H1.HeaderClassName
{
color: #4F358B;
}
.AnyTagClassName
{
color: #4F358B;
}
</style>
background-color css
<style>
a { background-color: #4F358B; }
a { background-color: rgb(79,53,139); }
div.DivClassName
{
background-color: #4F358B;
}
.BgClassName
{
background-color: #4F358B;
}
</style>
border-color css
<style>
span { border-color: #4F358B; }
span { border-color: rgb(79,53,139); }
td.TdClassName
{
border-color: #4F358B;
}
.TagClassName
{
border-color: #4F358B;
}
</style>