Shades of Blue Gem #4D38AC
Tints of Blue Gem #4D38AC
RGB
CMYK
RGB Variations
Color information
#4D38AC (or 0x4D38AC) is known color: Blue Gem. HEX triplet: 4D, 38 and AC. RGB value is (77,56,172). Sum of RGB (Red+Green+Blue) = 77+56+172=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D38AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D38AC is #B2C753. Grayscale: #4B4B4B. Windows color (decimal): -11716436 or 11286605. OLE color: 11286605.
HSL color Cylindrical-coordinate representation of color #4D38AC: hue angle of 250.86º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D38AC is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 56 | 172 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.33 |
| HSL | 250.86º | 0.51% | 0.45% | - |
| HSV(B) | 250.86º | 0.67% | 0.67% | - |
| XYZ | 11.92 | 7.38 | 39.83 | - |
| YUV | 75.5 | 182.46 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 172 | 0.55 | 0.67 | 0 | 0.33 | 250.86 | 0.51 | 0.45 |
| Hex | 4D | 38 | AC | 37 | 43 | 0 | 21 | FB | 33 | 2D |
| Octal | 115 | 70 | 254 | 67 | 103 | 0 | 41 | 373 | 63 | 55 |
| Binary | 1001101 | 111000 | 10101100 | 110111 | 1000011 | 0 | 100001 | 11111011 | 110011 | 101101 |
Color Harmonies of #4D38AC
Complementary color
Monochromatic Colors of #4D38AC
Black with #4D38AC
Text Example
Text Example
White with #4D38AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D38AC; }
p { color: rgb(77,56,172); }
H1.HeaderClassName
{
color: #4D38AC;
}
.AnyTagClassName
{
color: #4D38AC;
}
</style>
background-color css
<style>
a { background-color: #4D38AC; }
a { background-color: rgb(77,56,172); }
div.DivClassName
{
background-color: #4D38AC;
}
.BgClassName
{
background-color: #4D38AC;
}
</style>
border-color css
<style>
span { border-color: #4D38AC; }
span { border-color: rgb(77,56,172); }
td.TdClassName
{
border-color: #4D38AC;
}
.TagClassName
{
border-color: #4D38AC;
}
</style>