Shades of Blue Gem #4D2F8B
Tints of Blue Gem #4D2F8B
RGB
CMYK
RGB Variations
Color information
#4D2F8B (or 0x4D2F8B) is known color: Blue Gem. HEX triplet: 4D, 2F and 8B. RGB value is (77,47,139). Sum of RGB (Red+Green+Blue) = 77+47+139=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D2F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2F8B is #B2D074. Grayscale: #424242. Windows color (decimal): -11718773 or 9121613. OLE color: 9121613.
HSL color Cylindrical-coordinate representation of color #4D2F8B: hue angle of 259.57º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D2F8B is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 47 | 139 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.45 |
| HSL | 259.57º | 0.49% | 0.36% | - |
| HSV(B) | 259.57º | 0.66% | 0.55% | - |
| XYZ | 8.74 | 5.47 | 25.02 | - |
| YUV | 66.46 | 168.94 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 139 | 0.45 | 0.66 | 0 | 0.45 | 259.57 | 0.49 | 0.36 |
| Hex | 4D | 2F | 8B | 2D | 42 | 0 | 2D | 104 | 31 | 24 |
| Octal | 115 | 57 | 213 | 55 | 102 | 0 | 55 | 404 | 61 | 44 |
| Binary | 1001101 | 101111 | 10001011 | 101101 | 1000010 | 0 | 101101 | 100000100 | 110001 | 100100 |
Color Harmonies of #4D2F8B
Complementary color
Monochromatic Colors of #4D2F8B
Black with #4D2F8B
Text Example
Text Example
White with #4D2F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2F8B; }
p { color: rgb(77,47,139); }
H1.HeaderClassName
{
color: #4D2F8B;
}
.AnyTagClassName
{
color: #4D2F8B;
}
</style>
background-color css
<style>
a { background-color: #4D2F8B; }
a { background-color: rgb(77,47,139); }
div.DivClassName
{
background-color: #4D2F8B;
}
.BgClassName
{
background-color: #4D2F8B;
}
</style>
border-color css
<style>
span { border-color: #4D2F8B; }
span { border-color: rgb(77,47,139); }
td.TdClassName
{
border-color: #4D2F8B;
}
.TagClassName
{
border-color: #4D2F8B;
}
</style>