Shades of Free Speech Blue #4140BB
Tints of Free Speech Blue #4140BB
RGB
CMYK
RGB Variations
Color information
#4140BB (or 0x4140BB) is known color: Free Speech Blue. HEX triplet: 41, 40 and BB. RGB value is (65,64,187). Sum of RGB (Red+Green+Blue) = 65+64+187=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #4140BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4140BB is #BEBF44. Grayscale: #4D4D4D. Windows color (decimal): -12500805 or 12271681. OLE color: 12271681.
HSL color Cylindrical-coordinate representation of color #4140BB: hue angle of 240.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4140BB is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 64 | 187 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.27 |
| HSL | 240.49º | 0.49% | 0.49% | - |
| HSV(B) | 240.49º | 0.66% | 0.73% | - |
| XYZ | 12.98 | 8.38 | 47.95 | - |
| YUV | 78.32 | 189.33 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 187 | 0.65 | 0.66 | 0 | 0.27 | 240.49 | 0.49 | 0.49 |
| Hex | 41 | 40 | BB | 41 | 42 | 0 | 1B | F0 | 31 | 31 |
| Octal | 101 | 100 | 273 | 101 | 102 | 0 | 33 | 360 | 61 | 61 |
| Binary | 1000001 | 1000000 | 10111011 | 1000001 | 1000010 | 0 | 11011 | 11110000 | 110001 | 110001 |
Color Harmonies of #4140BB
Complementary color
Monochromatic Colors of #4140BB
Black with #4140BB
Text Example
Text Example
White with #4140BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4140BB; }
p { color: rgb(65,64,187); }
H1.HeaderClassName
{
color: #4140BB;
}
.AnyTagClassName
{
color: #4140BB;
}
</style>
background-color css
<style>
a { background-color: #4140BB; }
a { background-color: rgb(65,64,187); }
div.DivClassName
{
background-color: #4140BB;
}
.BgClassName
{
background-color: #4140BB;
}
</style>
border-color css
<style>
span { border-color: #4140BB; }
span { border-color: rgb(65,64,187); }
td.TdClassName
{
border-color: #4140BB;
}
.TagClassName
{
border-color: #4140BB;
}
</style>