Shades of Blue Gem #4D449A
Tints of Blue Gem #4D449A
RGB
CMYK
RGB Variations
Color information
#4D449A (or 0x4D449A) is known color: Blue Gem. HEX triplet: 4D, 44 and 9A. RGB value is (77,68,154). Sum of RGB (Red+Green+Blue) = 77+68+154=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D449A is #B2BB65. Grayscale: #505050. Windows color (decimal): -11713382 or 10110029. OLE color: 10110029.
HSL color Cylindrical-coordinate representation of color #4D449A: hue angle of 246.28º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D449A is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 68 | 154 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.40 |
| HSL | 246.28º | 0.39% | 0.44% | - |
| HSV(B) | 246.28º | 0.56% | 0.6% | - |
| XYZ | 10.96 | 8.05 | 31.55 | - |
| YUV | 80.5 | 169.48 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 154 | 0.50 | 0.56 | 0 | 0.40 | 246.28 | 0.39 | 0.44 |
| Hex | 4D | 44 | 9A | 32 | 38 | 0 | 28 | F6 | 27 | 2C |
| Octal | 115 | 104 | 232 | 62 | 70 | 0 | 50 | 366 | 47 | 54 |
| Binary | 1001101 | 1000100 | 10011010 | 110010 | 111000 | 0 | 101000 | 11110110 | 100111 | 101100 |
Color Harmonies of #4D449A
Complementary color
Monochromatic Colors of #4D449A
Black with #4D449A
Text Example
Text Example
White with #4D449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D449A; }
p { color: rgb(77,68,154); }
H1.HeaderClassName
{
color: #4D449A;
}
.AnyTagClassName
{
color: #4D449A;
}
</style>
background-color css
<style>
a { background-color: #4D449A; }
a { background-color: rgb(77,68,154); }
div.DivClassName
{
background-color: #4D449A;
}
.BgClassName
{
background-color: #4D449A;
}
</style>
border-color css
<style>
span { border-color: #4D449A; }
span { border-color: rgb(77,68,154); }
td.TdClassName
{
border-color: #4D449A;
}
.TagClassName
{
border-color: #4D449A;
}
</style>