Shades of Free Speech Blue #4064BE
Tints of Free Speech Blue #4064BE
RGB
CMYK
RGB Variations
Color information
#4064BE (or 0x4064BE) is known color: Free Speech Blue. HEX triplet: 40, 64 and BE. RGB value is (64,100,190). Sum of RGB (Red+Green+Blue) = 64+100+190=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #4064BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4064BE is #BF9B41. Grayscale: #636363. Windows color (decimal): -12557122 or 12477504. OLE color: 12477504.
HSL color Cylindrical-coordinate representation of color #4064BE: hue angle of 222.86º 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 #4064BE is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 100 | 190 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.25 |
| HSL | 222.86º | 0.5% | 0.5% | - |
| HSV(B) | 222.86º | 0.66% | 0.75% | - |
| XYZ | 15.97 | 13.92 | 50.56 | - |
| YUV | 99.5 | 179.07 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 190 | 0.66 | 0.47 | 0 | 0.25 | 222.86 | 0.5 | 0.5 |
| Hex | 40 | 64 | BE | 42 | 2F | 0 | 19 | DF | 32 | 32 |
| Octal | 100 | 144 | 276 | 102 | 57 | 0 | 31 | 337 | 62 | 62 |
| Binary | 1000000 | 1100100 | 10111110 | 1000010 | 101111 | 0 | 11001 | 11011111 | 110010 | 110010 |
Color Harmonies of #4064BE
Complementary color
Monochromatic Colors of #4064BE
Black with #4064BE
Text Example
Text Example
White with #4064BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4064BE; }
p { color: rgb(64,100,190); }
H1.HeaderClassName
{
color: #4064BE;
}
.AnyTagClassName
{
color: #4064BE;
}
</style>
background-color css
<style>
a { background-color: #4064BE; }
a { background-color: rgb(64,100,190); }
div.DivClassName
{
background-color: #4064BE;
}
.BgClassName
{
background-color: #4064BE;
}
</style>
border-color css
<style>
span { border-color: #4064BE; }
span { border-color: rgb(64,100,190); }
td.TdClassName
{
border-color: #4064BE;
}
.TagClassName
{
border-color: #4064BE;
}
</style>