Shades of Free Speech Blue #4A40C0
Tints of Free Speech Blue #4A40C0
RGB
CMYK
RGB Variations
Color information
#4A40C0 (or 0x4A40C0) is known color: Free Speech Blue. HEX triplet: 4A, 40 and C0. RGB value is (74,64,192). Sum of RGB (Red+Green+Blue) = 74+64+192=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #4A40C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A40C0 is #B5BF3F. Grayscale: #515151. Windows color (decimal): -11910976 or 12599370. OLE color: 12599370.
HSL color Cylindrical-coordinate representation of color #4A40C0: hue angle of 244.69º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A40C0 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 64 | 192 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.25 |
| HSL | 244.69º | 0.5% | 0.5% | - |
| HSV(B) | 244.69º | 0.67% | 0.75% | - |
| XYZ | 14.17 | 8.93 | 50.85 | - |
| YUV | 81.58 | 190.31 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 192 | 0.61 | 0.67 | 0 | 0.25 | 244.69 | 0.5 | 0.5 |
| Hex | 4A | 40 | C0 | 3D | 43 | 0 | 19 | F5 | 32 | 32 |
| Octal | 112 | 100 | 300 | 75 | 103 | 0 | 31 | 365 | 62 | 62 |
| Binary | 1001010 | 1000000 | 11000000 | 111101 | 1000011 | 0 | 11001 | 11110101 | 110010 | 110010 |
Color Harmonies of #4A40C0
Complementary color
Monochromatic Colors of #4A40C0
Black with #4A40C0
Text Example
Text Example
White with #4A40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A40C0; }
p { color: rgb(74,64,192); }
H1.HeaderClassName
{
color: #4A40C0;
}
.AnyTagClassName
{
color: #4A40C0;
}
</style>
background-color css
<style>
a { background-color: #4A40C0; }
a { background-color: rgb(74,64,192); }
div.DivClassName
{
background-color: #4A40C0;
}
.BgClassName
{
background-color: #4A40C0;
}
</style>
border-color css
<style>
span { border-color: #4A40C0; }
span { border-color: rgb(74,64,192); }
td.TdClassName
{
border-color: #4A40C0;
}
.TagClassName
{
border-color: #4A40C0;
}
</style>