Shades of Free Speech Blue #4C4AC9
Tints of Free Speech Blue #4C4AC9
RGB
CMYK
RGB Variations
Color information
#4C4AC9 (or 0x4C4AC9) is known color: Free Speech Blue. HEX triplet: 4C, 4A and C9. RGB value is (76,74,201). Sum of RGB (Red+Green+Blue) = 76+74+201=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #4C4AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4AC9 is #B3B536. Grayscale: #585858. Windows color (decimal): -11777335 or 13191756. OLE color: 13191756.
HSL color Cylindrical-coordinate representation of color #4C4AC9: hue angle of 240.94º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C4AC9 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 74 | 201 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.21 |
| HSL | 240.94º | 0.54% | 0.54% | - |
| HSV(B) | 240.94º | 0.63% | 0.79% | - |
| XYZ | 15.97 | 10.65 | 56.47 | - |
| YUV | 89.08 | 191.16 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 201 | 0.62 | 0.63 | 0 | 0.21 | 240.94 | 0.54 | 0.54 |
| Hex | 4C | 4A | C9 | 3E | 3F | 0 | 15 | F1 | 36 | 36 |
| Octal | 114 | 112 | 311 | 76 | 77 | 0 | 25 | 361 | 66 | 66 |
| Binary | 1001100 | 1001010 | 11001001 | 111110 | 111111 | 0 | 10101 | 11110001 | 110110 | 110110 |
Color Harmonies of #4C4AC9
Complementary color
Monochromatic Colors of #4C4AC9
Black with #4C4AC9
Text Example
Text Example
White with #4C4AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4AC9; }
p { color: rgb(76,74,201); }
H1.HeaderClassName
{
color: #4C4AC9;
}
.AnyTagClassName
{
color: #4C4AC9;
}
</style>
background-color css
<style>
a { background-color: #4C4AC9; }
a { background-color: rgb(76,74,201); }
div.DivClassName
{
background-color: #4C4AC9;
}
.BgClassName
{
background-color: #4C4AC9;
}
</style>
border-color css
<style>
span { border-color: #4C4AC9; }
span { border-color: rgb(76,74,201); }
td.TdClassName
{
border-color: #4C4AC9;
}
.TagClassName
{
border-color: #4C4AC9;
}
</style>