Shades of Free Speech Blue #4040BE
Tints of Free Speech Blue #4040BE
RGB
CMYK
RGB Variations
Color information
#4040BE (or 0x4040BE) is known color: Free Speech Blue. HEX triplet: 40, 40 and BE. RGB value is (64,64,190). Sum of RGB (Red+Green+Blue) = 64+64+190=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #4040BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4040BE is #BFBF41. Grayscale: #4D4D4D. Windows color (decimal): -12566338 or 12468288. OLE color: 12468288.
HSL color Cylindrical-coordinate representation of color #4040BE: hue angle of 240º degrees, saturation: 0.5, 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 #4040BE is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 64 | 190 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.25 |
| HSL | 240º | 0.5% | 0.5% | - |
| HSV(B) | 240º | 0.66% | 0.75% | - |
| XYZ | 13.24 | 8.47 | 49.65 | - |
| YUV | 78.36 | 191 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 190 | 0.66 | 0.66 | 0 | 0.25 | 240 | 0.5 | 0.5 |
| Hex | 40 | 40 | BE | 42 | 42 | 0 | 19 | F0 | 32 | 32 |
| Octal | 100 | 100 | 276 | 102 | 102 | 0 | 31 | 360 | 62 | 62 |
| Binary | 1000000 | 1000000 | 10111110 | 1000010 | 1000010 | 0 | 11001 | 11110000 | 110010 | 110010 |
Color Harmonies of #4040BE
Complementary color
Monochromatic Colors of #4040BE
Black with #4040BE
Text Example
Text Example
White with #4040BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4040BE; }
p { color: rgb(64,64,190); }
H1.HeaderClassName
{
color: #4040BE;
}
.AnyTagClassName
{
color: #4040BE;
}
</style>
background-color css
<style>
a { background-color: #4040BE; }
a { background-color: rgb(64,64,190); }
div.DivClassName
{
background-color: #4040BE;
}
.BgClassName
{
background-color: #4040BE;
}
</style>
border-color css
<style>
span { border-color: #4040BE; }
span { border-color: rgb(64,64,190); }
td.TdClassName
{
border-color: #4040BE;
}
.TagClassName
{
border-color: #4040BE;
}
</style>