Shades of Blue Gem #4F328D
Tints of Blue Gem #4F328D
RGB
CMYK
RGB Variations
Color information
#4F328D (or 0x4F328D) is known color: Blue Gem. HEX triplet: 4F, 32 and 8D. RGB value is (79,50,141). Sum of RGB (Red+Green+Blue) = 79+50+141=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F328D is #B0CD72. Grayscale: #444444. Windows color (decimal): -11586931 or 9253455. OLE color: 9253455.
HSL color Cylindrical-coordinate representation of color #4F328D: hue angle of 259.12º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F328D is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 50 | 141 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.45 |
| HSL | 259.12º | 0.48% | 0.37% | - |
| HSV(B) | 259.12º | 0.65% | 0.55% | - |
| XYZ | 9.17 | 5.87 | 25.85 | - |
| YUV | 69.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 141 | 0.44 | 0.65 | 0 | 0.45 | 259.12 | 0.48 | 0.37 |
| Hex | 4F | 32 | 8D | 2C | 41 | 0 | 2D | 103 | 30 | 25 |
| Octal | 117 | 62 | 215 | 54 | 101 | 0 | 55 | 403 | 60 | 45 |
| Binary | 1001111 | 110010 | 10001101 | 101100 | 1000001 | 0 | 101101 | 100000011 | 110000 | 100101 |
Color Harmonies of #4F328D
Complementary color
Monochromatic Colors of #4F328D
Black with #4F328D
Text Example
Text Example
White with #4F328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F328D; }
p { color: rgb(79,50,141); }
H1.HeaderClassName
{
color: #4F328D;
}
.AnyTagClassName
{
color: #4F328D;
}
</style>
background-color css
<style>
a { background-color: #4F328D; }
a { background-color: rgb(79,50,141); }
div.DivClassName
{
background-color: #4F328D;
}
.BgClassName
{
background-color: #4F328D;
}
</style>
border-color css
<style>
span { border-color: #4F328D; }
span { border-color: rgb(79,50,141); }
td.TdClassName
{
border-color: #4F328D;
}
.TagClassName
{
border-color: #4F328D;
}
</style>