Shades of Blue Gem #4F309C
Tints of Blue Gem #4F309C
RGB
CMYK
RGB Variations
Color information
#4F309C (or 0x4F309C) is known color: Blue Gem. HEX triplet: 4F, 30 and 9C. RGB value is (79,48,156). Sum of RGB (Red+Green+Blue) = 79+48+156=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F309C is #B0CF63. Grayscale: #454545. Windows color (decimal): -11587428 or 10235983. OLE color: 10235983.
HSL color Cylindrical-coordinate representation of color #4F309C: hue angle of 257.22º degrees, saturation: 0.53, 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 #4F309C is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 48 | 156 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.39 |
| HSL | 257.22º | 0.53% | 0.4% | - |
| HSV(B) | 257.22º | 0.69% | 0.61% | - |
| XYZ | 10.28 | 6.18 | 32.1 | - |
| YUV | 69.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 156 | 0.49 | 0.69 | 0 | 0.39 | 257.22 | 0.53 | 0.4 |
| Hex | 4F | 30 | 9C | 31 | 45 | 0 | 27 | 101 | 35 | 28 |
| Octal | 117 | 60 | 234 | 61 | 105 | 0 | 47 | 401 | 65 | 50 |
| Binary | 1001111 | 110000 | 10011100 | 110001 | 1000101 | 0 | 100111 | 100000001 | 110101 | 101000 |
Color Harmonies of #4F309C
Complementary color
Monochromatic Colors of #4F309C
Black with #4F309C
Text Example
Text Example
White with #4F309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F309C; }
p { color: rgb(79,48,156); }
H1.HeaderClassName
{
color: #4F309C;
}
.AnyTagClassName
{
color: #4F309C;
}
</style>
background-color css
<style>
a { background-color: #4F309C; }
a { background-color: rgb(79,48,156); }
div.DivClassName
{
background-color: #4F309C;
}
.BgClassName
{
background-color: #4F309C;
}
</style>
border-color css
<style>
span { border-color: #4F309C; }
span { border-color: rgb(79,48,156); }
td.TdClassName
{
border-color: #4F309C;
}
.TagClassName
{
border-color: #4F309C;
}
</style>