Shades of Blue Gem #4F358A
Tints of Blue Gem #4F358A
RGB
CMYK
RGB Variations
Color information
#4F358A (or 0x4F358A) is known color: Blue Gem. HEX triplet: 4F, 35 and 8A. RGB value is (79,53,138). Sum of RGB (Red+Green+Blue) = 79+53+138=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F358A is #B0CA75. Grayscale: #464646. Windows color (decimal): -11586166 or 9057615. OLE color: 9057615.
HSL color Cylindrical-coordinate representation of color #4F358A: hue angle of 258.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F358A is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 53 | 138 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.46 |
| HSL | 258.35º | 0.45% | 0.37% | - |
| HSV(B) | 258.35º | 0.62% | 0.54% | - |
| XYZ | 9.08 | 6.04 | 24.73 | - |
| YUV | 70.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 138 | 0.43 | 0.62 | 0 | 0.46 | 258.35 | 0.45 | 0.37 |
| Hex | 4F | 35 | 8A | 2B | 3E | 0 | 2E | 102 | 2D | 25 |
| Octal | 117 | 65 | 212 | 53 | 76 | 0 | 56 | 402 | 55 | 45 |
| Binary | 1001111 | 110101 | 10001010 | 101011 | 111110 | 0 | 101110 | 100000010 | 101101 | 100101 |
Color Harmonies of #4F358A
Complementary color
Monochromatic Colors of #4F358A
Black with #4F358A
Text Example
Text Example
White with #4F358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F358A; }
p { color: rgb(79,53,138); }
H1.HeaderClassName
{
color: #4F358A;
}
.AnyTagClassName
{
color: #4F358A;
}
</style>
background-color css
<style>
a { background-color: #4F358A; }
a { background-color: rgb(79,53,138); }
div.DivClassName
{
background-color: #4F358A;
}
.BgClassName
{
background-color: #4F358A;
}
</style>
border-color css
<style>
span { border-color: #4F358A; }
span { border-color: rgb(79,53,138); }
td.TdClassName
{
border-color: #4F358A;
}
.TagClassName
{
border-color: #4F358A;
}
</style>