Shades of Blue Gem #4C3DAB
Tints of Blue Gem #4C3DAB
RGB
CMYK
RGB Variations
Color information
#4C3DAB (or 0x4C3DAB) is known color: Blue Gem. HEX triplet: 4C, 3D and AB. RGB value is (76,61,171). Sum of RGB (Red+Green+Blue) = 76+61+171=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C3DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3DAB is #B3C254. Grayscale: #4D4D4D. Windows color (decimal): -11780693 or 11222348. OLE color: 11222348.
HSL color Cylindrical-coordinate representation of color #4C3DAB: hue angle of 248.18º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C3DAB is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 61 | 171 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.33 |
| HSL | 248.18º | 0.47% | 0.45% | - |
| HSV(B) | 248.18º | 0.64% | 0.67% | - |
| XYZ | 12 | 7.81 | 39.4 | - |
| YUV | 78.03 | 180.47 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 171 | 0.56 | 0.64 | 0 | 0.33 | 248.18 | 0.47 | 0.45 |
| Hex | 4C | 3D | AB | 38 | 40 | 0 | 21 | F8 | 2F | 2D |
| Octal | 114 | 75 | 253 | 70 | 100 | 0 | 41 | 370 | 57 | 55 |
| Binary | 1001100 | 111101 | 10101011 | 111000 | 1000000 | 0 | 100001 | 11111000 | 101111 | 101101 |
Color Harmonies of #4C3DAB
Complementary color
Monochromatic Colors of #4C3DAB
Black with #4C3DAB
Text Example
Text Example
White with #4C3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3DAB; }
p { color: rgb(76,61,171); }
H1.HeaderClassName
{
color: #4C3DAB;
}
.AnyTagClassName
{
color: #4C3DAB;
}
</style>
background-color css
<style>
a { background-color: #4C3DAB; }
a { background-color: rgb(76,61,171); }
div.DivClassName
{
background-color: #4C3DAB;
}
.BgClassName
{
background-color: #4C3DAB;
}
</style>
border-color css
<style>
span { border-color: #4C3DAB; }
span { border-color: rgb(76,61,171); }
td.TdClassName
{
border-color: #4C3DAB;
}
.TagClassName
{
border-color: #4C3DAB;
}
</style>