Shades of Free Speech Blue #4064BD
Tints of Free Speech Blue #4064BD
RGB
CMYK
RGB Variations
Color information
#4064BD (or 0x4064BD) is known color: Free Speech Blue. HEX triplet: 40, 64 and BD. RGB value is (64,100,189). Sum of RGB (Red+Green+Blue) = 64+100+189=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #4064BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4064BD is #BF9B42. Grayscale: #626262. Windows color (decimal): -12557123 or 12411968. OLE color: 12411968.
HSL color Cylindrical-coordinate representation of color #4064BD: hue angle of 222.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4064BD is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 100 | 189 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.26 |
| HSL | 222.72º | 0.49% | 0.5% | - |
| HSV(B) | 222.72º | 0.66% | 0.74% | - |
| XYZ | 15.86 | 13.88 | 49.99 | - |
| YUV | 99.38 | 178.57 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 189 | 0.66 | 0.47 | 0 | 0.26 | 222.72 | 0.49 | 0.5 |
| Hex | 40 | 64 | BD | 42 | 2F | 0 | 1A | DF | 31 | 32 |
| Octal | 100 | 144 | 275 | 102 | 57 | 0 | 32 | 337 | 61 | 62 |
| Binary | 1000000 | 1100100 | 10111101 | 1000010 | 101111 | 0 | 11010 | 11011111 | 110001 | 110010 |
Color Harmonies of #4064BD
Complementary color
Monochromatic Colors of #4064BD
Black with #4064BD
Text Example
Text Example
White with #4064BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4064BD; }
p { color: rgb(64,100,189); }
H1.HeaderClassName
{
color: #4064BD;
}
.AnyTagClassName
{
color: #4064BD;
}
</style>
background-color css
<style>
a { background-color: #4064BD; }
a { background-color: rgb(64,100,189); }
div.DivClassName
{
background-color: #4064BD;
}
.BgClassName
{
background-color: #4064BD;
}
</style>
border-color css
<style>
span { border-color: #4064BD; }
span { border-color: rgb(64,100,189); }
td.TdClassName
{
border-color: #4064BD;
}
.TagClassName
{
border-color: #4064BD;
}
</style>