Shades of Blue Gem #4D3F90
Tints of Blue Gem #4D3F90
RGB
CMYK
RGB Variations
Color information
#4D3F90 (or 0x4D3F90) is known color: Blue Gem. HEX triplet: 4D, 3F and 90. RGB value is (77,63,144). Sum of RGB (Red+Green+Blue) = 77+63+144=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D3F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3F90 is #B2C06F. Grayscale: #4C4C4C. Windows color (decimal): -11714672 or 9453389. OLE color: 9453389.
HSL color Cylindrical-coordinate representation of color #4D3F90: hue angle of 250.37º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D3F90 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 63 | 144 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.44 |
| HSL | 250.37º | 0.39% | 0.41% | - |
| HSV(B) | 250.37º | 0.56% | 0.56% | - |
| XYZ | 9.87 | 7.15 | 27.24 | - |
| YUV | 76.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 144 | 0.47 | 0.56 | 0 | 0.44 | 250.37 | 0.39 | 0.41 |
| Hex | 4D | 3F | 90 | 2F | 38 | 0 | 2C | FA | 27 | 29 |
| Octal | 115 | 77 | 220 | 57 | 70 | 0 | 54 | 372 | 47 | 51 |
| Binary | 1001101 | 111111 | 10010000 | 101111 | 111000 | 0 | 101100 | 11111010 | 100111 | 101001 |
Color Harmonies of #4D3F90
Complementary color
Monochromatic Colors of #4D3F90
Black with #4D3F90
Text Example
Text Example
White with #4D3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3F90; }
p { color: rgb(77,63,144); }
H1.HeaderClassName
{
color: #4D3F90;
}
.AnyTagClassName
{
color: #4D3F90;
}
</style>
background-color css
<style>
a { background-color: #4D3F90; }
a { background-color: rgb(77,63,144); }
div.DivClassName
{
background-color: #4D3F90;
}
.BgClassName
{
background-color: #4D3F90;
}
</style>
border-color css
<style>
span { border-color: #4D3F90; }
span { border-color: rgb(77,63,144); }
td.TdClassName
{
border-color: #4D3F90;
}
.TagClassName
{
border-color: #4D3F90;
}
</style>