Shades of Free Speech Blue #4064C5
Tints of Free Speech Blue #4064C5
RGB
CMYK
RGB Variations
Color information
#4064C5 (or 0x4064C5) is known color: Free Speech Blue. HEX triplet: 40, 64 and C5. RGB value is (64,100,197). Sum of RGB (Red+Green+Blue) = 64+100+197=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 197 (77.34% from 255 or 54.57% from 361); Max value from RGB is 197 - color contains mainly: blue. Hex color #4064C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4064C5 is #BF9B3A. Grayscale: #636363. Windows color (decimal): -12557115 or 12936256. OLE color: 12936256.
HSL color Cylindrical-coordinate representation of color #4064C5: hue angle of 223.76º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4064C5 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 100 | 197 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.23 |
| HSL | 223.76º | 0.53% | 0.51% | - |
| HSV(B) | 223.76º | 0.68% | 0.77% | - |
| XYZ | 16.75 | 14.24 | 54.69 | - |
| YUV | 100.29 | 182.57 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 197 | 0.68 | 0.49 | 0 | 0.23 | 223.76 | 0.53 | 0.51 |
| Hex | 40 | 64 | C5 | 44 | 31 | 0 | 17 | E0 | 35 | 33 |
| Octal | 100 | 144 | 305 | 104 | 61 | 0 | 27 | 340 | 65 | 63 |
| Binary | 1000000 | 1100100 | 11000101 | 1000100 | 110001 | 0 | 10111 | 11100000 | 110101 | 110011 |
Color Harmonies of #4064C5
Complementary color
Monochromatic Colors of #4064C5
Black with #4064C5
Text Example
Text Example
White with #4064C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4064C5; }
p { color: rgb(64,100,197); }
H1.HeaderClassName
{
color: #4064C5;
}
.AnyTagClassName
{
color: #4064C5;
}
</style>
background-color css
<style>
a { background-color: #4064C5; }
a { background-color: rgb(64,100,197); }
div.DivClassName
{
background-color: #4064C5;
}
.BgClassName
{
background-color: #4064C5;
}
</style>
border-color css
<style>
span { border-color: #4064C5; }
span { border-color: rgb(64,100,197); }
td.TdClassName
{
border-color: #4064C5;
}
.TagClassName
{
border-color: #4064C5;
}
</style>