Shades of Blue Gem #4F388F
Tints of Blue Gem #4F388F
RGB
CMYK
RGB Variations
Color information
#4F388F (or 0x4F388F) is known color: Blue Gem. HEX triplet: 4F, 38 and 8F. RGB value is (79,56,143). Sum of RGB (Red+Green+Blue) = 79+56+143=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F388F is #B0C770. Grayscale: #484848. Windows color (decimal): -11585393 or 9386063. OLE color: 9386063.
HSL color Cylindrical-coordinate representation of color #4F388F: hue angle of 255.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F388F is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 56 | 143 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.44 |
| HSL | 255.86º | 0.44% | 0.39% | - |
| HSV(B) | 255.86º | 0.61% | 0.56% | - |
| XYZ | 9.6 | 6.47 | 26.73 | - |
| YUV | 72.8 | 167.62 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 143 | 0.45 | 0.61 | 0 | 0.44 | 255.86 | 0.44 | 0.39 |
| Hex | 4F | 38 | 8F | 2D | 3D | 0 | 2C | 100 | 2C | 27 |
| Octal | 117 | 70 | 217 | 55 | 75 | 0 | 54 | 400 | 54 | 47 |
| Binary | 1001111 | 111000 | 10001111 | 101101 | 111101 | 0 | 101100 | 100000000 | 101100 | 100111 |
Color Harmonies of #4F388F
Complementary color
Monochromatic Colors of #4F388F
Black with #4F388F
Text Example
Text Example
White with #4F388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F388F; }
p { color: rgb(79,56,143); }
H1.HeaderClassName
{
color: #4F388F;
}
.AnyTagClassName
{
color: #4F388F;
}
</style>
background-color css
<style>
a { background-color: #4F388F; }
a { background-color: rgb(79,56,143); }
div.DivClassName
{
background-color: #4F388F;
}
.BgClassName
{
background-color: #4F388F;
}
</style>
border-color css
<style>
span { border-color: #4F388F; }
span { border-color: rgb(79,56,143); }
td.TdClassName
{
border-color: #4F388F;
}
.TagClassName
{
border-color: #4F388F;
}
</style>