Shades of Free Speech Blue #4066BA
Tints of Free Speech Blue #4066BA
RGB
CMYK
RGB Variations
Color information
#4066BA (or 0x4066BA) is known color: Free Speech Blue. HEX triplet: 40, 66 and BA. RGB value is (64,102,186). Sum of RGB (Red+Green+Blue) = 64+102+186=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #4066BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4066BA is #BF9945. Grayscale: #636363. Windows color (decimal): -12556614 or 12215872. OLE color: 12215872.
HSL color Cylindrical-coordinate representation of color #4066BA: hue angle of 221.31º 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 #4066BA is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 102 | 186 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.27 |
| HSL | 221.31º | 0.49% | 0.49% | - |
| HSV(B) | 221.31º | 0.66% | 0.73% | - |
| XYZ | 15.73 | 14.14 | 48.35 | - |
| YUV | 100.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 186 | 0.66 | 0.45 | 0 | 0.27 | 221.31 | 0.49 | 0.49 |
| Hex | 40 | 66 | BA | 42 | 2D | 0 | 1B | DD | 31 | 31 |
| Octal | 100 | 146 | 272 | 102 | 55 | 0 | 33 | 335 | 61 | 61 |
| Binary | 1000000 | 1100110 | 10111010 | 1000010 | 101101 | 0 | 11011 | 11011101 | 110001 | 110001 |
Color Harmonies of #4066BA
Complementary color
Monochromatic Colors of #4066BA
Black with #4066BA
Text Example
Text Example
White with #4066BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4066BA; }
p { color: rgb(64,102,186); }
H1.HeaderClassName
{
color: #4066BA;
}
.AnyTagClassName
{
color: #4066BA;
}
</style>
background-color css
<style>
a { background-color: #4066BA; }
a { background-color: rgb(64,102,186); }
div.DivClassName
{
background-color: #4066BA;
}
.BgClassName
{
background-color: #4066BA;
}
</style>
border-color css
<style>
span { border-color: #4066BA; }
span { border-color: rgb(64,102,186); }
td.TdClassName
{
border-color: #4066BA;
}
.TagClassName
{
border-color: #4066BA;
}
</style>