Shades of Blue Gem #4D269D
Tints of Blue Gem #4D269D
RGB
CMYK
RGB Variations
Color information
#4D269D (or 0x4D269D) is known color: Blue Gem. HEX triplet: 4D, 26 and 9D. RGB value is (77,38,157). Sum of RGB (Red+Green+Blue) = 77+38+157=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D269D is #B2D962. Grayscale: #3E3E3E. Windows color (decimal): -11721059 or 10298957. OLE color: 10298957.
HSL color Cylindrical-coordinate representation of color #4D269D: hue angle of 259.66º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D269D is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 38 | 157 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.38 |
| HSL | 259.66º | 0.61% | 0.38% | - |
| HSV(B) | 259.66º | 0.76% | 0.62% | - |
| XYZ | 9.84 | 5.4 | 32.42 | - |
| YUV | 63.23 | 180.92 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 157 | 0.51 | 0.76 | 0 | 0.38 | 259.66 | 0.61 | 0.38 |
| Hex | 4D | 26 | 9D | 33 | 4C | 0 | 26 | 104 | 3D | 26 |
| Octal | 115 | 46 | 235 | 63 | 114 | 0 | 46 | 404 | 75 | 46 |
| Binary | 1001101 | 100110 | 10011101 | 110011 | 1001100 | 0 | 100110 | 100000100 | 111101 | 100110 |
Color Harmonies of #4D269D
Complementary color
Monochromatic Colors of #4D269D
Black with #4D269D
Text Example
Text Example
White with #4D269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D269D; }
p { color: rgb(77,38,157); }
H1.HeaderClassName
{
color: #4D269D;
}
.AnyTagClassName
{
color: #4D269D;
}
</style>
background-color css
<style>
a { background-color: #4D269D; }
a { background-color: rgb(77,38,157); }
div.DivClassName
{
background-color: #4D269D;
}
.BgClassName
{
background-color: #4D269D;
}
</style>
border-color css
<style>
span { border-color: #4D269D; }
span { border-color: rgb(77,38,157); }
td.TdClassName
{
border-color: #4D269D;
}
.TagClassName
{
border-color: #4D269D;
}
</style>