Shades of Blue Gem #4F338B
Tints of Blue Gem #4F338B
RGB
CMYK
RGB Variations
Color information
#4F338B (or 0x4F338B) is known color: Blue Gem. HEX triplet: 4F, 33 and 8B. RGB value is (79,51,139). Sum of RGB (Red+Green+Blue) = 79+51+139=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F338B is #B0CC74. Grayscale: #454545. Windows color (decimal): -11586677 or 9122639. OLE color: 9122639.
HSL color Cylindrical-coordinate representation of color #4F338B: hue angle of 259.09º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F338B is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 51 | 139 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.45 |
| HSL | 259.09º | 0.46% | 0.37% | - |
| HSV(B) | 259.09º | 0.63% | 0.55% | - |
| XYZ | 9.07 | 5.89 | 25.09 | - |
| YUV | 69.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 139 | 0.43 | 0.63 | 0 | 0.45 | 259.09 | 0.46 | 0.37 |
| Hex | 4F | 33 | 8B | 2B | 3F | 0 | 2D | 103 | 2E | 25 |
| Octal | 117 | 63 | 213 | 53 | 77 | 0 | 55 | 403 | 56 | 45 |
| Binary | 1001111 | 110011 | 10001011 | 101011 | 111111 | 0 | 101101 | 100000011 | 101110 | 100101 |
Color Harmonies of #4F338B
Complementary color
Monochromatic Colors of #4F338B
Black with #4F338B
Text Example
Text Example
White with #4F338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F338B; }
p { color: rgb(79,51,139); }
H1.HeaderClassName
{
color: #4F338B;
}
.AnyTagClassName
{
color: #4F338B;
}
</style>
background-color css
<style>
a { background-color: #4F338B; }
a { background-color: rgb(79,51,139); }
div.DivClassName
{
background-color: #4F338B;
}
.BgClassName
{
background-color: #4F338B;
}
</style>
border-color css
<style>
span { border-color: #4F338B; }
span { border-color: rgb(79,51,139); }
td.TdClassName
{
border-color: #4F338B;
}
.TagClassName
{
border-color: #4F338B;
}
</style>