Shades of Blue Gem #4D38AA
Tints of Blue Gem #4D38AA
RGB
CMYK
RGB Variations
Color information
#4D38AA (or 0x4D38AA) is known color: Blue Gem. HEX triplet: 4D, 38 and AA. RGB value is (77,56,170). Sum of RGB (Red+Green+Blue) = 77+56+170=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D38AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D38AA is #B2C755. Grayscale: #4A4A4A. Windows color (decimal): -11716438 or 11155533. OLE color: 11155533.
HSL color Cylindrical-coordinate representation of color #4D38AA: hue angle of 251.05º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D38AA is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 56 | 170 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.33 |
| HSL | 251.05º | 0.5% | 0.44% | - |
| HSV(B) | 251.05º | 0.67% | 0.67% | - |
| XYZ | 11.73 | 7.31 | 38.82 | - |
| YUV | 75.28 | 181.46 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 170 | 0.55 | 0.67 | 0 | 0.33 | 251.05 | 0.5 | 0.44 |
| Hex | 4D | 38 | AA | 37 | 43 | 0 | 21 | FB | 32 | 2C |
| Octal | 115 | 70 | 252 | 67 | 103 | 0 | 41 | 373 | 62 | 54 |
| Binary | 1001101 | 111000 | 10101010 | 110111 | 1000011 | 0 | 100001 | 11111011 | 110010 | 101100 |
Color Harmonies of #4D38AA
Complementary color
Monochromatic Colors of #4D38AA
Black with #4D38AA
Text Example
Text Example
White with #4D38AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D38AA; }
p { color: rgb(77,56,170); }
H1.HeaderClassName
{
color: #4D38AA;
}
.AnyTagClassName
{
color: #4D38AA;
}
</style>
background-color css
<style>
a { background-color: #4D38AA; }
a { background-color: rgb(77,56,170); }
div.DivClassName
{
background-color: #4D38AA;
}
.BgClassName
{
background-color: #4D38AA;
}
</style>
border-color css
<style>
span { border-color: #4D38AA; }
span { border-color: rgb(77,56,170); }
td.TdClassName
{
border-color: #4D38AA;
}
.TagClassName
{
border-color: #4D38AA;
}
</style>