Shades of Blue Gem #4D39AF
Tints of Blue Gem #4D39AF
RGB
CMYK
RGB Variations
Color information
#4D39AF (or 0x4D39AF) is known color: Blue Gem. HEX triplet: 4D, 39 and AF. RGB value is (77,57,175). Sum of RGB (Red+Green+Blue) = 77+57+175=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D39AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D39AF is #B2C650. Grayscale: #4B4B4B. Windows color (decimal): -11716177 or 11483469. OLE color: 11483469.
HSL color Cylindrical-coordinate representation of color #4D39AF: hue angle of 250.17º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D39AF is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 57 | 175 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.31 |
| HSL | 250.17º | 0.51% | 0.45% | - |
| HSV(B) | 250.17º | 0.67% | 0.69% | - |
| XYZ | 12.26 | 7.6 | 41.38 | - |
| YUV | 76.43 | 183.63 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 175 | 0.56 | 0.67 | 0 | 0.31 | 250.17 | 0.51 | 0.45 |
| Hex | 4D | 39 | AF | 38 | 43 | 0 | 1F | FA | 33 | 2D |
| Octal | 115 | 71 | 257 | 70 | 103 | 0 | 37 | 372 | 63 | 55 |
| Binary | 1001101 | 111001 | 10101111 | 111000 | 1000011 | 0 | 11111 | 11111010 | 110011 | 101101 |
Color Harmonies of #4D39AF
Complementary color
Monochromatic Colors of #4D39AF
Black with #4D39AF
Text Example
Text Example
White with #4D39AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D39AF; }
p { color: rgb(77,57,175); }
H1.HeaderClassName
{
color: #4D39AF;
}
.AnyTagClassName
{
color: #4D39AF;
}
</style>
background-color css
<style>
a { background-color: #4D39AF; }
a { background-color: rgb(77,57,175); }
div.DivClassName
{
background-color: #4D39AF;
}
.BgClassName
{
background-color: #4D39AF;
}
</style>
border-color css
<style>
span { border-color: #4D39AF; }
span { border-color: rgb(77,57,175); }
td.TdClassName
{
border-color: #4D39AF;
}
.TagClassName
{
border-color: #4D39AF;
}
</style>