Shades of Free Speech Blue #4140BC
Tints of Free Speech Blue #4140BC
RGB
CMYK
RGB Variations
Color information
#4140BC (or 0x4140BC) is known color: Free Speech Blue. HEX triplet: 41, 40 and BC. RGB value is (65,64,188). Sum of RGB (Red+Green+Blue) = 65+64+188=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #4140BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4140BC is #BEBF43. Grayscale: #4D4D4D. Windows color (decimal): -12500804 or 12337217. OLE color: 12337217.
HSL color Cylindrical-coordinate representation of color #4140BC: hue angle of 240.48º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4140BC is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 64 | 188 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.26 |
| HSL | 240.48º | 0.49% | 0.49% | - |
| HSV(B) | 240.48º | 0.66% | 0.74% | - |
| XYZ | 13.09 | 8.42 | 48.51 | - |
| YUV | 78.44 | 189.83 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 188 | 0.65 | 0.66 | 0 | 0.26 | 240.48 | 0.49 | 0.49 |
| Hex | 41 | 40 | BC | 41 | 42 | 0 | 1A | F0 | 31 | 31 |
| Octal | 101 | 100 | 274 | 101 | 102 | 0 | 32 | 360 | 61 | 61 |
| Binary | 1000001 | 1000000 | 10111100 | 1000001 | 1000010 | 0 | 11010 | 11110000 | 110001 | 110001 |
Color Harmonies of #4140BC
Complementary color
Monochromatic Colors of #4140BC
Black with #4140BC
Text Example
Text Example
White with #4140BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4140BC; }
p { color: rgb(65,64,188); }
H1.HeaderClassName
{
color: #4140BC;
}
.AnyTagClassName
{
color: #4140BC;
}
</style>
background-color css
<style>
a { background-color: #4140BC; }
a { background-color: rgb(65,64,188); }
div.DivClassName
{
background-color: #4140BC;
}
.BgClassName
{
background-color: #4140BC;
}
</style>
border-color css
<style>
span { border-color: #4140BC; }
span { border-color: rgb(65,64,188); }
td.TdClassName
{
border-color: #4140BC;
}
.TagClassName
{
border-color: #4140BC;
}
</style>