Shades of Blue Gem #4F368D
Tints of Blue Gem #4F368D
RGB
CMYK
RGB Variations
Color information
#4F368D (or 0x4F368D) is known color: Blue Gem. HEX triplet: 4F, 36 and 8D. RGB value is (79,54,141). Sum of RGB (Red+Green+Blue) = 79+54+141=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F368D is #B0C972. Grayscale: #474747. Windows color (decimal): -11585907 or 9254479. OLE color: 9254479.
HSL color Cylindrical-coordinate representation of color #4F368D: hue angle of 257.24º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F368D is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 54 | 141 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.45 |
| HSL | 257.24º | 0.45% | 0.38% | - |
| HSV(B) | 257.24º | 0.62% | 0.55% | - |
| XYZ | 9.35 | 6.22 | 25.91 | - |
| YUV | 71.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 141 | 0.44 | 0.62 | 0 | 0.45 | 257.24 | 0.45 | 0.38 |
| Hex | 4F | 36 | 8D | 2C | 3E | 0 | 2D | 101 | 2D | 26 |
| Octal | 117 | 66 | 215 | 54 | 76 | 0 | 55 | 401 | 55 | 46 |
| Binary | 1001111 | 110110 | 10001101 | 101100 | 111110 | 0 | 101101 | 100000001 | 101101 | 100110 |
Color Harmonies of #4F368D
Complementary color
Monochromatic Colors of #4F368D
Black with #4F368D
Text Example
Text Example
White with #4F368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F368D; }
p { color: rgb(79,54,141); }
H1.HeaderClassName
{
color: #4F368D;
}
.AnyTagClassName
{
color: #4F368D;
}
</style>
background-color css
<style>
a { background-color: #4F368D; }
a { background-color: rgb(79,54,141); }
div.DivClassName
{
background-color: #4F368D;
}
.BgClassName
{
background-color: #4F368D;
}
</style>
border-color css
<style>
span { border-color: #4F368D; }
span { border-color: rgb(79,54,141); }
td.TdClassName
{
border-color: #4F368D;
}
.TagClassName
{
border-color: #4F368D;
}
</style>