Shades of Blue Gem #4D3BAF
Tints of Blue Gem #4D3BAF
RGB
CMYK
RGB Variations
Color information
#4D3BAF (or 0x4D3BAF) is known color: Blue Gem. HEX triplet: 4D, 3B and AF. RGB value is (77,59,175). Sum of RGB (Red+Green+Blue) = 77+59+175=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D3BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3BAF is #B2C450. Grayscale: #4D4D4D. Windows color (decimal): -11715665 or 11483981. OLE color: 11483981.
HSL color Cylindrical-coordinate representation of color #4D3BAF: hue angle of 249.31º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D3BAF is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 59 | 175 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.31 |
| HSL | 249.31º | 0.5% | 0.46% | - |
| HSV(B) | 249.31º | 0.66% | 0.69% | - |
| XYZ | 12.36 | 7.8 | 41.41 | - |
| YUV | 77.61 | 182.96 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 175 | 0.56 | 0.66 | 0 | 0.31 | 249.31 | 0.5 | 0.46 |
| Hex | 4D | 3B | AF | 38 | 42 | 0 | 1F | F9 | 32 | 2E |
| Octal | 115 | 73 | 257 | 70 | 102 | 0 | 37 | 371 | 62 | 56 |
| Binary | 1001101 | 111011 | 10101111 | 111000 | 1000010 | 0 | 11111 | 11111001 | 110010 | 101110 |
Color Harmonies of #4D3BAF
Complementary color
Monochromatic Colors of #4D3BAF
Black with #4D3BAF
Text Example
Text Example
White with #4D3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3BAF; }
p { color: rgb(77,59,175); }
H1.HeaderClassName
{
color: #4D3BAF;
}
.AnyTagClassName
{
color: #4D3BAF;
}
</style>
background-color css
<style>
a { background-color: #4D3BAF; }
a { background-color: rgb(77,59,175); }
div.DivClassName
{
background-color: #4D3BAF;
}
.BgClassName
{
background-color: #4D3BAF;
}
</style>
border-color css
<style>
span { border-color: #4D3BAF; }
span { border-color: rgb(77,59,175); }
td.TdClassName
{
border-color: #4D3BAF;
}
.TagClassName
{
border-color: #4D3BAF;
}
</style>