Shades of Blue Gem #4F339B
Tints of Blue Gem #4F339B
RGB
CMYK
RGB Variations
Color information
#4F339B (or 0x4F339B) is known color: Blue Gem. HEX triplet: 4F, 33 and 9B. RGB value is (79,51,155). Sum of RGB (Red+Green+Blue) = 79+51+155=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F339B is #B0CC64. Grayscale: #464646. Windows color (decimal): -11586661 or 10171215. OLE color: 10171215.
HSL color Cylindrical-coordinate representation of color #4F339B: hue angle of 256.15º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F339B is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 51 | 155 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.39 |
| HSL | 256.15º | 0.5% | 0.4% | - |
| HSV(B) | 256.15º | 0.67% | 0.61% | - |
| XYZ | 10.32 | 6.4 | 31.7 | - |
| YUV | 71.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 155 | 0.49 | 0.67 | 0 | 0.39 | 256.15 | 0.5 | 0.4 |
| Hex | 4F | 33 | 9B | 31 | 43 | 0 | 27 | 100 | 32 | 28 |
| Octal | 117 | 63 | 233 | 61 | 103 | 0 | 47 | 400 | 62 | 50 |
| Binary | 1001111 | 110011 | 10011011 | 110001 | 1000011 | 0 | 100111 | 100000000 | 110010 | 101000 |
Color Harmonies of #4F339B
Complementary color
Monochromatic Colors of #4F339B
Black with #4F339B
Text Example
Text Example
White with #4F339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F339B; }
p { color: rgb(79,51,155); }
H1.HeaderClassName
{
color: #4F339B;
}
.AnyTagClassName
{
color: #4F339B;
}
</style>
background-color css
<style>
a { background-color: #4F339B; }
a { background-color: rgb(79,51,155); }
div.DivClassName
{
background-color: #4F339B;
}
.BgClassName
{
background-color: #4F339B;
}
</style>
border-color css
<style>
span { border-color: #4F339B; }
span { border-color: rgb(79,51,155); }
td.TdClassName
{
border-color: #4F339B;
}
.TagClassName
{
border-color: #4F339B;
}
</style>