Shades of Blue Gem #4F399C
Tints of Blue Gem #4F399C
RGB
CMYK
RGB Variations
Color information
#4F399C (or 0x4F399C) is known color: Blue Gem. HEX triplet: 4F, 39 and 9C. RGB value is (79,57,156). Sum of RGB (Red+Green+Blue) = 79+57+156=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F399C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F399C is #B0C663. Grayscale: #4A4A4A. Windows color (decimal): -11585124 or 10238287. OLE color: 10238287.
HSL color Cylindrical-coordinate representation of color #4F399C: hue angle of 253.33º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F399C is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 57 | 156 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.39 |
| HSL | 253.33º | 0.46% | 0.42% | - |
| HSV(B) | 253.33º | 0.63% | 0.61% | - |
| XYZ | 10.69 | 6.99 | 32.24 | - |
| YUV | 74.86 | 173.79 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 57 | 156 | 0.49 | 0.63 | 0 | 0.39 | 253.33 | 0.46 | 0.42 |
| Hex | 4F | 39 | 9C | 31 | 3F | 0 | 27 | FD | 2E | 2A |
| Octal | 117 | 71 | 234 | 61 | 77 | 0 | 47 | 375 | 56 | 52 |
| Binary | 1001111 | 111001 | 10011100 | 110001 | 111111 | 0 | 100111 | 11111101 | 101110 | 101010 |
Color Harmonies of #4F399C
Complementary color
Monochromatic Colors of #4F399C
Black with #4F399C
Text Example
Text Example
White with #4F399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F399C; }
p { color: rgb(79,57,156); }
H1.HeaderClassName
{
color: #4F399C;
}
.AnyTagClassName
{
color: #4F399C;
}
</style>
background-color css
<style>
a { background-color: #4F399C; }
a { background-color: rgb(79,57,156); }
div.DivClassName
{
background-color: #4F399C;
}
.BgClassName
{
background-color: #4F399C;
}
</style>
border-color css
<style>
span { border-color: #4F399C; }
span { border-color: rgb(79,57,156); }
td.TdClassName
{
border-color: #4F399C;
}
.TagClassName
{
border-color: #4F399C;
}
</style>