Shades of Blue Gem #4D249B
Tints of Blue Gem #4D249B
RGB
CMYK
RGB Variations
Color information
#4D249B (or 0x4D249B) is known color: Blue Gem. HEX triplet: 4D, 24 and 9B. RGB value is (77,36,155). Sum of RGB (Red+Green+Blue) = 77+36+155=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D249B is #B2DB64. Grayscale: #3D3D3D. Windows color (decimal): -11721573 or 10167373. OLE color: 10167373.
HSL color Cylindrical-coordinate representation of color #4D249B: hue angle of 260.67º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D249B is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 36 | 155 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.39 |
| HSL | 260.67º | 0.62% | 0.37% | - |
| HSV(B) | 260.67º | 0.77% | 0.61% | - |
| XYZ | 9.61 | 5.21 | 31.51 | - |
| YUV | 61.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 155 | 0.50 | 0.77 | 0 | 0.39 | 260.67 | 0.62 | 0.37 |
| Hex | 4D | 24 | 9B | 32 | 4D | 0 | 27 | 105 | 3E | 25 |
| Octal | 115 | 44 | 233 | 62 | 115 | 0 | 47 | 405 | 76 | 45 |
| Binary | 1001101 | 100100 | 10011011 | 110010 | 1001101 | 0 | 100111 | 100000101 | 111110 | 100101 |
Color Harmonies of #4D249B
Complementary color
Monochromatic Colors of #4D249B
Black with #4D249B
Text Example
Text Example
White with #4D249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D249B; }
p { color: rgb(77,36,155); }
H1.HeaderClassName
{
color: #4D249B;
}
.AnyTagClassName
{
color: #4D249B;
}
</style>
background-color css
<style>
a { background-color: #4D249B; }
a { background-color: rgb(77,36,155); }
div.DivClassName
{
background-color: #4D249B;
}
.BgClassName
{
background-color: #4D249B;
}
</style>
border-color css
<style>
span { border-color: #4D249B; }
span { border-color: rgb(77,36,155); }
td.TdClassName
{
border-color: #4D249B;
}
.TagClassName
{
border-color: #4D249B;
}
</style>