Shades of Blue Gem #4D459D
Tints of Blue Gem #4D459D
RGB
CMYK
RGB Variations
Color information
#4D459D (or 0x4D459D) is known color: Blue Gem. HEX triplet: 4D, 45 and 9D. RGB value is (77,69,157). Sum of RGB (Red+Green+Blue) = 77+69+157=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D459D is #B2BA62. Grayscale: #515151. Windows color (decimal): -11713123 or 10306893. OLE color: 10306893.
HSL color Cylindrical-coordinate representation of color #4D459D: hue angle of 245.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D459D is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 69 | 157 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.38 |
| HSL | 245.45º | 0.39% | 0.44% | - |
| HSV(B) | 245.45º | 0.56% | 0.62% | - |
| XYZ | 11.27 | 8.27 | 32.9 | - |
| YUV | 81.42 | 170.65 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 157 | 0.51 | 0.56 | 0 | 0.38 | 245.45 | 0.39 | 0.44 |
| Hex | 4D | 45 | 9D | 33 | 38 | 0 | 26 | F5 | 27 | 2C |
| Octal | 115 | 105 | 235 | 63 | 70 | 0 | 46 | 365 | 47 | 54 |
| Binary | 1001101 | 1000101 | 10011101 | 110011 | 111000 | 0 | 100110 | 11110101 | 100111 | 101100 |
Color Harmonies of #4D459D
Complementary color
Monochromatic Colors of #4D459D
Black with #4D459D
Text Example
Text Example
White with #4D459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D459D; }
p { color: rgb(77,69,157); }
H1.HeaderClassName
{
color: #4D459D;
}
.AnyTagClassName
{
color: #4D459D;
}
</style>
background-color css
<style>
a { background-color: #4D459D; }
a { background-color: rgb(77,69,157); }
div.DivClassName
{
background-color: #4D459D;
}
.BgClassName
{
background-color: #4D459D;
}
</style>
border-color css
<style>
span { border-color: #4D459D; }
span { border-color: rgb(77,69,157); }
td.TdClassName
{
border-color: #4D459D;
}
.TagClassName
{
border-color: #4D459D;
}
</style>