Shades of Blue Gem #4D259B
Tints of Blue Gem #4D259B
RGB
CMYK
RGB Variations
Color information
#4D259B (or 0x4D259B) is known color: Blue Gem. HEX triplet: 4D, 25 and 9B. RGB value is (77,37,155). Sum of RGB (Red+Green+Blue) = 77+37+155=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D259B is #B2DA64. Grayscale: #3D3D3D. Windows color (decimal): -11721317 or 10167629. OLE color: 10167629.
HSL color Cylindrical-coordinate representation of color #4D259B: hue angle of 260.34º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D259B is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 37 | 155 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.39 |
| HSL | 260.34º | 0.61% | 0.38% | - |
| HSV(B) | 260.34º | 0.76% | 0.61% | - |
| XYZ | 9.64 | 5.27 | 31.52 | - |
| YUV | 62.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 155 | 0.50 | 0.76 | 0 | 0.39 | 260.34 | 0.61 | 0.38 |
| Hex | 4D | 25 | 9B | 32 | 4C | 0 | 27 | 104 | 3D | 26 |
| Octal | 115 | 45 | 233 | 62 | 114 | 0 | 47 | 404 | 75 | 46 |
| Binary | 1001101 | 100101 | 10011011 | 110010 | 1001100 | 0 | 100111 | 100000100 | 111101 | 100110 |
Color Harmonies of #4D259B
Complementary color
Monochromatic Colors of #4D259B
Black with #4D259B
Text Example
Text Example
White with #4D259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D259B; }
p { color: rgb(77,37,155); }
H1.HeaderClassName
{
color: #4D259B;
}
.AnyTagClassName
{
color: #4D259B;
}
</style>
background-color css
<style>
a { background-color: #4D259B; }
a { background-color: rgb(77,37,155); }
div.DivClassName
{
background-color: #4D259B;
}
.BgClassName
{
background-color: #4D259B;
}
</style>
border-color css
<style>
span { border-color: #4D259B; }
span { border-color: rgb(77,37,155); }
td.TdClassName
{
border-color: #4D259B;
}
.TagClassName
{
border-color: #4D259B;
}
</style>