Shades of Blue Gem #4D259A
Tints of Blue Gem #4D259A
RGB
CMYK
RGB Variations
Color information
#4D259A (or 0x4D259A) is known color: Blue Gem. HEX triplet: 4D, 25 and 9A. RGB value is (77,37,154). Sum of RGB (Red+Green+Blue) = 77+37+154=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D259A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D259A is #B2DA65. Grayscale: #3D3D3D. Windows color (decimal): -11721318 or 10102093. OLE color: 10102093.
HSL color Cylindrical-coordinate representation of color #4D259A: hue angle of 260.51º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D259A is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 37 | 154 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.40 |
| HSL | 260.51º | 0.61% | 0.37% | - |
| HSV(B) | 260.51º | 0.76% | 0.6% | - |
| XYZ | 9.55 | 5.23 | 31.08 | - |
| YUV | 62.3 | 179.75 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 154 | 0.50 | 0.76 | 0 | 0.40 | 260.51 | 0.61 | 0.37 |
| Hex | 4D | 25 | 9A | 32 | 4C | 0 | 28 | 105 | 3D | 25 |
| Octal | 115 | 45 | 232 | 62 | 114 | 0 | 50 | 405 | 75 | 45 |
| Binary | 1001101 | 100101 | 10011010 | 110010 | 1001100 | 0 | 101000 | 100000101 | 111101 | 100101 |
Color Harmonies of #4D259A
Complementary color
Monochromatic Colors of #4D259A
Black with #4D259A
Text Example
Text Example
White with #4D259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D259A; }
p { color: rgb(77,37,154); }
H1.HeaderClassName
{
color: #4D259A;
}
.AnyTagClassName
{
color: #4D259A;
}
</style>
background-color css
<style>
a { background-color: #4D259A; }
a { background-color: rgb(77,37,154); }
div.DivClassName
{
background-color: #4D259A;
}
.BgClassName
{
background-color: #4D259A;
}
</style>
border-color css
<style>
span { border-color: #4D259A; }
span { border-color: rgb(77,37,154); }
td.TdClassName
{
border-color: #4D259A;
}
.TagClassName
{
border-color: #4D259A;
}
</style>