Shades of Free Speech Blue #4141BE
Tints of Free Speech Blue #4141BE
RGB
CMYK
RGB Variations
Color information
#4141BE (or 0x4141BE) is known color: Free Speech Blue. HEX triplet: 41, 41 and BE. RGB value is (65,65,190). Sum of RGB (Red+Green+Blue) = 65+65+190=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #4141BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4141BE is #BEBE41. Grayscale: #4E4E4E. Windows color (decimal): -12500546 or 12468545. OLE color: 12468545.
HSL color Cylindrical-coordinate representation of color #4141BE: hue angle of 240º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4141BE is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 65 | 190 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.25 |
| HSL | 240º | 0.49% | 0.5% | - |
| HSV(B) | 240º | 0.66% | 0.75% | - |
| XYZ | 13.36 | 8.62 | 49.68 | - |
| YUV | 79.25 | 190.5 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 190 | 0.66 | 0.66 | 0 | 0.25 | 240 | 0.49 | 0.5 |
| Hex | 41 | 41 | BE | 42 | 42 | 0 | 19 | F0 | 31 | 32 |
| Octal | 101 | 101 | 276 | 102 | 102 | 0 | 31 | 360 | 61 | 62 |
| Binary | 1000001 | 1000001 | 10111110 | 1000010 | 1000010 | 0 | 11001 | 11110000 | 110001 | 110010 |
Color Harmonies of #4141BE
Complementary color
Monochromatic Colors of #4141BE
Black with #4141BE
Text Example
Text Example
White with #4141BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4141BE; }
p { color: rgb(65,65,190); }
H1.HeaderClassName
{
color: #4141BE;
}
.AnyTagClassName
{
color: #4141BE;
}
</style>
background-color css
<style>
a { background-color: #4141BE; }
a { background-color: rgb(65,65,190); }
div.DivClassName
{
background-color: #4141BE;
}
.BgClassName
{
background-color: #4141BE;
}
</style>
border-color css
<style>
span { border-color: #4141BE; }
span { border-color: rgb(65,65,190); }
td.TdClassName
{
border-color: #4141BE;
}
.TagClassName
{
border-color: #4141BE;
}
</style>