Shades of Blue Gem #4F319C
Tints of Blue Gem #4F319C
RGB
CMYK
RGB Variations
Color information
#4F319C (or 0x4F319C) is known color: Blue Gem. HEX triplet: 4F, 31 and 9C. RGB value is (79,49,156). Sum of RGB (Red+Green+Blue) = 79+49+156=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F319C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F319C is #B0CE63. Grayscale: #454545. Windows color (decimal): -11587172 or 10236239. OLE color: 10236239.
HSL color Cylindrical-coordinate representation of color #4F319C: hue angle of 256.82º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F319C is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 49 | 156 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.39 |
| HSL | 256.82º | 0.52% | 0.4% | - |
| HSV(B) | 256.82º | 0.69% | 0.61% | - |
| XYZ | 10.32 | 6.26 | 32.12 | - |
| YUV | 70.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 156 | 0.49 | 0.69 | 0 | 0.39 | 256.82 | 0.52 | 0.4 |
| Hex | 4F | 31 | 9C | 31 | 45 | 0 | 27 | 101 | 34 | 28 |
| Octal | 117 | 61 | 234 | 61 | 105 | 0 | 47 | 401 | 64 | 50 |
| Binary | 1001111 | 110001 | 10011100 | 110001 | 1000101 | 0 | 100111 | 100000001 | 110100 | 101000 |
Color Harmonies of #4F319C
Complementary color
Monochromatic Colors of #4F319C
Black with #4F319C
Text Example
Text Example
White with #4F319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F319C; }
p { color: rgb(79,49,156); }
H1.HeaderClassName
{
color: #4F319C;
}
.AnyTagClassName
{
color: #4F319C;
}
</style>
background-color css
<style>
a { background-color: #4F319C; }
a { background-color: rgb(79,49,156); }
div.DivClassName
{
background-color: #4F319C;
}
.BgClassName
{
background-color: #4F319C;
}
</style>
border-color css
<style>
span { border-color: #4F319C; }
span { border-color: rgb(79,49,156); }
td.TdClassName
{
border-color: #4F319C;
}
.TagClassName
{
border-color: #4F319C;
}
</style>