Shades of Free Speech Blue #4C42D9
Tints of Free Speech Blue #4C42D9
RGB
CMYK
RGB Variations
Color information
#4C42D9 (or 0x4C42D9) is known color: Free Speech Blue. HEX triplet: 4C, 42 and D9. RGB value is (76,66,217). Sum of RGB (Red+Green+Blue) = 76+66+217=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 217 (85.16% from 255 or 60.45% from 359); Max value from RGB is 217 - color contains mainly: blue. Hex color #4C42D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C42D9 is #B3BD26. Grayscale: #555555. Windows color (decimal): -11779367 or 14238284. OLE color: 14238284.
HSL color Cylindrical-coordinate representation of color #4C42D9: hue angle of 243.97º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C42D9 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 66 | 217 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.15 |
| HSL | 243.97º | 0.67% | 0.55% | - |
| HSV(B) | 243.97º | 0.7% | 0.85% | - |
| XYZ | 17.45 | 10.44 | 66.74 | - |
| YUV | 86.2 | 201.81 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 217 | 0.65 | 0.70 | 0 | 0.15 | 243.97 | 0.67 | 0.55 |
| Hex | 4C | 42 | D9 | 41 | 46 | 0 | F | F4 | 43 | 37 |
| Octal | 114 | 102 | 331 | 101 | 106 | 0 | 17 | 364 | 103 | 67 |
| Binary | 1001100 | 1000010 | 11011001 | 1000001 | 1000110 | 0 | 1111 | 11110100 | 1000011 | 110111 |
Color Harmonies of #4C42D9
Complementary color
Monochromatic Colors of #4C42D9
Black with #4C42D9
Text Example
Text Example
White with #4C42D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C42D9; }
p { color: rgb(76,66,217); }
H1.HeaderClassName
{
color: #4C42D9;
}
.AnyTagClassName
{
color: #4C42D9;
}
</style>
background-color css
<style>
a { background-color: #4C42D9; }
a { background-color: rgb(76,66,217); }
div.DivClassName
{
background-color: #4C42D9;
}
.BgClassName
{
background-color: #4C42D9;
}
</style>
border-color css
<style>
span { border-color: #4C42D9; }
span { border-color: rgb(76,66,217); }
td.TdClassName
{
border-color: #4C42D9;
}
.TagClassName
{
border-color: #4C42D9;
}
</style>