Shades of Blue Gem #4F398F
Tints of Blue Gem #4F398F
RGB
CMYK
RGB Variations
Color information
#4F398F (or 0x4F398F) is known color: Blue Gem. HEX triplet: 4F, 39 and 8F. RGB value is (79,57,143). Sum of RGB (Red+Green+Blue) = 79+57+143=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F398F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F398F is #B0C670. Grayscale: #494949. Windows color (decimal): -11585137 or 9386319. OLE color: 9386319.
HSL color Cylindrical-coordinate representation of color #4F398F: hue angle of 255.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F398F is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 57 | 143 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.44 |
| HSL | 255.35º | 0.43% | 0.39% | - |
| HSV(B) | 255.35º | 0.6% | 0.56% | - |
| XYZ | 9.65 | 6.57 | 26.75 | - |
| YUV | 73.38 | 167.29 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 57 | 143 | 0.45 | 0.60 | 0 | 0.44 | 255.35 | 0.43 | 0.39 |
| Hex | 4F | 39 | 8F | 2D | 3C | 0 | 2C | FF | 2B | 27 |
| Octal | 117 | 71 | 217 | 55 | 74 | 0 | 54 | 377 | 53 | 47 |
| Binary | 1001111 | 111001 | 10001111 | 101101 | 111100 | 0 | 101100 | 11111111 | 101011 | 100111 |
Color Harmonies of #4F398F
Complementary color
Monochromatic Colors of #4F398F
Black with #4F398F
Text Example
Text Example
White with #4F398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F398F; }
p { color: rgb(79,57,143); }
H1.HeaderClassName
{
color: #4F398F;
}
.AnyTagClassName
{
color: #4F398F;
}
</style>
background-color css
<style>
a { background-color: #4F398F; }
a { background-color: rgb(79,57,143); }
div.DivClassName
{
background-color: #4F398F;
}
.BgClassName
{
background-color: #4F398F;
}
</style>
border-color css
<style>
span { border-color: #4F398F; }
span { border-color: rgb(79,57,143); }
td.TdClassName
{
border-color: #4F398F;
}
.TagClassName
{
border-color: #4F398F;
}
</style>