Shades of Blue Gem #4F309D
Tints of Blue Gem #4F309D
RGB
CMYK
RGB Variations
Color information
#4F309D (or 0x4F309D) is known color: Blue Gem. HEX triplet: 4F, 30 and 9D. RGB value is (79,48,157). Sum of RGB (Red+Green+Blue) = 79+48+157=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F309D is #B0CF62. Grayscale: #454545. Windows color (decimal): -11587427 or 10301519. OLE color: 10301519.
HSL color Cylindrical-coordinate representation of color #4F309D: hue angle of 257.06º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F309D is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 48 | 157 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.38 |
| HSL | 257.06º | 0.53% | 0.4% | - |
| HSV(B) | 257.06º | 0.69% | 0.62% | - |
| XYZ | 10.37 | 6.21 | 32.55 | - |
| YUV | 69.7 | 177.27 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 157 | 0.50 | 0.69 | 0 | 0.38 | 257.06 | 0.53 | 0.4 |
| Hex | 4F | 30 | 9D | 32 | 45 | 0 | 26 | 101 | 35 | 28 |
| Octal | 117 | 60 | 235 | 62 | 105 | 0 | 46 | 401 | 65 | 50 |
| Binary | 1001111 | 110000 | 10011101 | 110010 | 1000101 | 0 | 100110 | 100000001 | 110101 | 101000 |
Color Harmonies of #4F309D
Complementary color
Monochromatic Colors of #4F309D
Black with #4F309D
Text Example
Text Example
White with #4F309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F309D; }
p { color: rgb(79,48,157); }
H1.HeaderClassName
{
color: #4F309D;
}
.AnyTagClassName
{
color: #4F309D;
}
</style>
background-color css
<style>
a { background-color: #4F309D; }
a { background-color: rgb(79,48,157); }
div.DivClassName
{
background-color: #4F309D;
}
.BgClassName
{
background-color: #4F309D;
}
</style>
border-color css
<style>
span { border-color: #4F309D; }
span { border-color: rgb(79,48,157); }
td.TdClassName
{
border-color: #4F309D;
}
.TagClassName
{
border-color: #4F309D;
}
</style>