Shades of Blue Gem #4D3FA5
Tints of Blue Gem #4D3FA5
RGB
CMYK
RGB Variations
Color information
#4D3FA5 (or 0x4D3FA5) is known color: Blue Gem. HEX triplet: 4D, 3F and A5. RGB value is (77,63,165). Sum of RGB (Red+Green+Blue) = 77+63+165=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 165 (64.84% from 255 or 54.10% from 305); Max value from RGB is 165 - color contains mainly: blue. Hex color #4D3FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3FA5 is #B2C05A. Grayscale: #4E4E4E. Windows color (decimal): -11714651 or 10829645. OLE color: 10829645.
HSL color Cylindrical-coordinate representation of color #4D3FA5: hue angle of 248.24º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D3FA5 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 63 | 165 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.35 |
| HSL | 248.24º | 0.45% | 0.45% | - |
| HSV(B) | 248.24º | 0.62% | 0.65% | - |
| XYZ | 11.63 | 7.85 | 36.5 | - |
| YUV | 78.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 165 | 0.53 | 0.62 | 0 | 0.35 | 248.24 | 0.45 | 0.45 |
| Hex | 4D | 3F | A5 | 35 | 3E | 0 | 23 | F8 | 2D | 2D |
| Octal | 115 | 77 | 245 | 65 | 76 | 0 | 43 | 370 | 55 | 55 |
| Binary | 1001101 | 111111 | 10100101 | 110101 | 111110 | 0 | 100011 | 11111000 | 101101 | 101101 |
Color Harmonies of #4D3FA5
Complementary color
Monochromatic Colors of #4D3FA5
Black with #4D3FA5
Text Example
Text Example
White with #4D3FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3FA5; }
p { color: rgb(77,63,165); }
H1.HeaderClassName
{
color: #4D3FA5;
}
.AnyTagClassName
{
color: #4D3FA5;
}
</style>
background-color css
<style>
a { background-color: #4D3FA5; }
a { background-color: rgb(77,63,165); }
div.DivClassName
{
background-color: #4D3FA5;
}
.BgClassName
{
background-color: #4D3FA5;
}
</style>
border-color css
<style>
span { border-color: #4D3FA5; }
span { border-color: rgb(77,63,165); }
td.TdClassName
{
border-color: #4D3FA5;
}
.TagClassName
{
border-color: #4D3FA5;
}
</style>