Shades of Free Speech Blue #4A41CF
Tints of Free Speech Blue #4A41CF
RGB
CMYK
RGB Variations
Color information
#4A41CF (or 0x4A41CF) is known color: Free Speech Blue. HEX triplet: 4A, 41 and CF. RGB value is (74,65,207). Sum of RGB (Red+Green+Blue) = 74+65+207=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A41CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A41CF is #B5BE30. Grayscale: #535353. Windows color (decimal): -11910705 or 13582666. OLE color: 13582666.
HSL color Cylindrical-coordinate representation of color #4A41CF: hue angle of 243.8º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A41CF is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 65 | 207 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.19 |
| HSL | 243.8º | 0.6% | 0.53% | - |
| HSV(B) | 243.8º | 0.69% | 0.81% | - |
| XYZ | 15.98 | 9.74 | 60.07 | - |
| YUV | 83.88 | 197.48 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 207 | 0.64 | 0.69 | 0 | 0.19 | 243.8 | 0.6 | 0.53 |
| Hex | 4A | 41 | CF | 40 | 45 | 0 | 13 | F4 | 3C | 35 |
| Octal | 112 | 101 | 317 | 100 | 105 | 0 | 23 | 364 | 74 | 65 |
| Binary | 1001010 | 1000001 | 11001111 | 1000000 | 1000101 | 0 | 10011 | 11110100 | 111100 | 110101 |
Color Harmonies of #4A41CF
Complementary color
Monochromatic Colors of #4A41CF
Black with #4A41CF
Text Example
Text Example
White with #4A41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A41CF; }
p { color: rgb(74,65,207); }
H1.HeaderClassName
{
color: #4A41CF;
}
.AnyTagClassName
{
color: #4A41CF;
}
</style>
background-color css
<style>
a { background-color: #4A41CF; }
a { background-color: rgb(74,65,207); }
div.DivClassName
{
background-color: #4A41CF;
}
.BgClassName
{
background-color: #4A41CF;
}
</style>
border-color css
<style>
span { border-color: #4A41CF; }
span { border-color: rgb(74,65,207); }
td.TdClassName
{
border-color: #4A41CF;
}
.TagClassName
{
border-color: #4A41CF;
}
</style>