Shades of Free Speech Blue #4141CC
Tints of Free Speech Blue #4141CC
RGB
CMYK
RGB Variations
Color information
#4141CC (or 0x4141CC) is known color: Free Speech Blue. HEX triplet: 41, 41 and CC. RGB value is (65,65,204). Sum of RGB (Red+Green+Blue) = 65+65+204=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #4141CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4141CC is #BEBE33. Grayscale: #505050. Windows color (decimal): -12500532 or 13386049. OLE color: 13386049.
HSL color Cylindrical-coordinate representation of color #4141CC: hue angle of 240º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4141CC is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 65 | 204 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.2 |
| HSL | 240º | 0.58% | 0.53% | - |
| HSV(B) | 240º | 0.68% | 0.8% | - |
| XYZ | 14.97 | 9.26 | 58.13 | - |
| YUV | 80.85 | 197.5 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 204 | 0.68 | 0.68 | 0 | 0.2 | 240 | 0.58 | 0.53 |
| Hex | 41 | 41 | CC | 44 | 44 | 0 | 14 | F0 | 3A | 35 |
| Octal | 101 | 101 | 314 | 104 | 104 | 0 | 24 | 360 | 72 | 65 |
| Binary | 1000001 | 1000001 | 11001100 | 1000100 | 1000100 | 0 | 10100 | 11110000 | 111010 | 110101 |
Color Harmonies of #4141CC
Complementary color
Monochromatic Colors of #4141CC
Black with #4141CC
Text Example
Text Example
White with #4141CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4141CC; }
p { color: rgb(65,65,204); }
H1.HeaderClassName
{
color: #4141CC;
}
.AnyTagClassName
{
color: #4141CC;
}
</style>
background-color css
<style>
a { background-color: #4141CC; }
a { background-color: rgb(65,65,204); }
div.DivClassName
{
background-color: #4141CC;
}
.BgClassName
{
background-color: #4141CC;
}
</style>
border-color css
<style>
span { border-color: #4141CC; }
span { border-color: rgb(65,65,204); }
td.TdClassName
{
border-color: #4141CC;
}
.TagClassName
{
border-color: #4141CC;
}
</style>