Shades of Blue Gem #4D459B
Tints of Blue Gem #4D459B
RGB
CMYK
RGB Variations
Color information
#4D459B (or 0x4D459B) is known color: Blue Gem. HEX triplet: 4D, 45 and 9B. RGB value is (77,69,155). Sum of RGB (Red+Green+Blue) = 77+69+155=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D459B is #B2BA64. Grayscale: #505050. Windows color (decimal): -11713125 or 10175821. OLE color: 10175821.
HSL color Cylindrical-coordinate representation of color #4D459B: hue angle of 245.58º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D459B is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 69 | 155 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.39 |
| HSL | 245.58º | 0.38% | 0.44% | - |
| HSV(B) | 245.58º | 0.55% | 0.61% | - |
| XYZ | 11.11 | 8.2 | 32.01 | - |
| YUV | 81.2 | 169.65 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 155 | 0.50 | 0.55 | 0 | 0.39 | 245.58 | 0.38 | 0.44 |
| Hex | 4D | 45 | 9B | 32 | 37 | 0 | 27 | F6 | 26 | 2C |
| Octal | 115 | 105 | 233 | 62 | 67 | 0 | 47 | 366 | 46 | 54 |
| Binary | 1001101 | 1000101 | 10011011 | 110010 | 110111 | 0 | 100111 | 11110110 | 100110 | 101100 |
Color Harmonies of #4D459B
Complementary color
Monochromatic Colors of #4D459B
Black with #4D459B
Text Example
Text Example
White with #4D459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D459B; }
p { color: rgb(77,69,155); }
H1.HeaderClassName
{
color: #4D459B;
}
.AnyTagClassName
{
color: #4D459B;
}
</style>
background-color css
<style>
a { background-color: #4D459B; }
a { background-color: rgb(77,69,155); }
div.DivClassName
{
background-color: #4D459B;
}
.BgClassName
{
background-color: #4D459B;
}
</style>
border-color css
<style>
span { border-color: #4D459B; }
span { border-color: rgb(77,69,155); }
td.TdClassName
{
border-color: #4D459B;
}
.TagClassName
{
border-color: #4D459B;
}
</style>