Shades of Blue Gem #4D269B
Tints of Blue Gem #4D269B
RGB
CMYK
RGB Variations
Color information
#4D269B (or 0x4D269B) is known color: Blue Gem. HEX triplet: 4D, 26 and 9B. RGB value is (77,38,155). Sum of RGB (Red+Green+Blue) = 77+38+155=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D269B is #B2D964. Grayscale: #3E3E3E. Windows color (decimal): -11721061 or 10167885. OLE color: 10167885.
HSL color Cylindrical-coordinate representation of color #4D269B: hue angle of 260º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D269B is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 38 | 155 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.39 |
| HSL | 260º | 0.61% | 0.38% | - |
| HSV(B) | 260º | 0.75% | 0.61% | - |
| XYZ | 9.67 | 5.33 | 31.53 | - |
| YUV | 63 | 179.92 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 155 | 0.50 | 0.75 | 0 | 0.39 | 260 | 0.61 | 0.38 |
| Hex | 4D | 26 | 9B | 32 | 4B | 0 | 27 | 104 | 3D | 26 |
| Octal | 115 | 46 | 233 | 62 | 113 | 0 | 47 | 404 | 75 | 46 |
| Binary | 1001101 | 100110 | 10011011 | 110010 | 1001011 | 0 | 100111 | 100000100 | 111101 | 100110 |
Color Harmonies of #4D269B
Complementary color
Monochromatic Colors of #4D269B
Black with #4D269B
Text Example
Text Example
White with #4D269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D269B; }
p { color: rgb(77,38,155); }
H1.HeaderClassName
{
color: #4D269B;
}
.AnyTagClassName
{
color: #4D269B;
}
</style>
background-color css
<style>
a { background-color: #4D269B; }
a { background-color: rgb(77,38,155); }
div.DivClassName
{
background-color: #4D269B;
}
.BgClassName
{
background-color: #4D269B;
}
</style>
border-color css
<style>
span { border-color: #4D269B; }
span { border-color: rgb(77,38,155); }
td.TdClassName
{
border-color: #4D269B;
}
.TagClassName
{
border-color: #4D269B;
}
</style>