Shades of Free Speech Blue #4C3AD8
Tints of Free Speech Blue #4C3AD8
RGB
CMYK
RGB Variations
Color information
#4C3AD8 (or 0x4C3AD8) is known color: Free Speech Blue. HEX triplet: 4C, 3A and D8. RGB value is (76,58,216). Sum of RGB (Red+Green+Blue) = 76+58+216=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 216 (84.77% from 255 or 61.71% from 350); Max value from RGB is 216 - color contains mainly: blue. Hex color #4C3AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3AD8 is #B3C527. Grayscale: #505050. Windows color (decimal): -11781416 or 14170700. OLE color: 14170700.
HSL color Cylindrical-coordinate representation of color #4C3AD8: hue angle of 246.84º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C3AD8 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 58 | 216 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.15 |
| HSL | 246.84º | 0.67% | 0.54% | - |
| HSV(B) | 246.84º | 0.73% | 0.85% | - |
| XYZ | 16.89 | 9.52 | 65.91 | - |
| YUV | 81.39 | 203.96 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 58 | 216 | 0.65 | 0.73 | 0 | 0.15 | 246.84 | 0.67 | 0.54 |
| Hex | 4C | 3A | D8 | 41 | 49 | 0 | F | F7 | 43 | 36 |
| Octal | 114 | 72 | 330 | 101 | 111 | 0 | 17 | 367 | 103 | 66 |
| Binary | 1001100 | 111010 | 11011000 | 1000001 | 1001001 | 0 | 1111 | 11110111 | 1000011 | 110110 |
Color Harmonies of #4C3AD8
Complementary color
Monochromatic Colors of #4C3AD8
Black with #4C3AD8
Text Example
Text Example
White with #4C3AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3AD8; }
p { color: rgb(76,58,216); }
H1.HeaderClassName
{
color: #4C3AD8;
}
.AnyTagClassName
{
color: #4C3AD8;
}
</style>
background-color css
<style>
a { background-color: #4C3AD8; }
a { background-color: rgb(76,58,216); }
div.DivClassName
{
background-color: #4C3AD8;
}
.BgClassName
{
background-color: #4C3AD8;
}
</style>
border-color css
<style>
span { border-color: #4C3AD8; }
span { border-color: rgb(76,58,216); }
td.TdClassName
{
border-color: #4C3AD8;
}
.TagClassName
{
border-color: #4C3AD8;
}
</style>