Shades of Blue Gem #4D449B
Tints of Blue Gem #4D449B
RGB
CMYK
RGB Variations
Color information
#4D449B (or 0x4D449B) is known color: Blue Gem. HEX triplet: 4D, 44 and 9B. RGB value is (77,68,155). Sum of RGB (Red+Green+Blue) = 77+68+155=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D449B is #B2BB64. Grayscale: #505050. Windows color (decimal): -11713381 or 10175565. OLE color: 10175565.
HSL color Cylindrical-coordinate representation of color #4D449B: hue angle of 246.21º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D449B is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 68 | 155 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.39 |
| HSL | 246.21º | 0.39% | 0.44% | - |
| HSV(B) | 246.21º | 0.56% | 0.61% | - |
| XYZ | 11.04 | 8.08 | 31.99 | - |
| YUV | 80.61 | 169.98 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 155 | 0.50 | 0.56 | 0 | 0.39 | 246.21 | 0.39 | 0.44 |
| Hex | 4D | 44 | 9B | 32 | 38 | 0 | 27 | F6 | 27 | 2C |
| Octal | 115 | 104 | 233 | 62 | 70 | 0 | 47 | 366 | 47 | 54 |
| Binary | 1001101 | 1000100 | 10011011 | 110010 | 111000 | 0 | 100111 | 11110110 | 100111 | 101100 |
Color Harmonies of #4D449B
Complementary color
Monochromatic Colors of #4D449B
Black with #4D449B
Text Example
Text Example
White with #4D449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D449B; }
p { color: rgb(77,68,155); }
H1.HeaderClassName
{
color: #4D449B;
}
.AnyTagClassName
{
color: #4D449B;
}
</style>
background-color css
<style>
a { background-color: #4D449B; }
a { background-color: rgb(77,68,155); }
div.DivClassName
{
background-color: #4D449B;
}
.BgClassName
{
background-color: #4D449B;
}
</style>
border-color css
<style>
span { border-color: #4D449B; }
span { border-color: rgb(77,68,155); }
td.TdClassName
{
border-color: #4D449B;
}
.TagClassName
{
border-color: #4D449B;
}
</style>