Shades of Free Speech Blue #4066BC
Tints of Free Speech Blue #4066BC
RGB
CMYK
RGB Variations
Color information
#4066BC (or 0x4066BC) is known color: Free Speech Blue. HEX triplet: 40, 66 and BC. RGB value is (64,102,188). Sum of RGB (Red+Green+Blue) = 64+102+188=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #4066BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4066BC is #BF9943. Grayscale: #646464. Windows color (decimal): -12556612 or 12346944. OLE color: 12346944.
HSL color Cylindrical-coordinate representation of color #4066BC: hue angle of 221.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4066BC is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 102 | 188 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.26 |
| HSL | 221.61º | 0.49% | 0.49% | - |
| HSV(B) | 221.61º | 0.66% | 0.74% | - |
| XYZ | 15.94 | 14.22 | 49.48 | - |
| YUV | 100.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 188 | 0.66 | 0.46 | 0 | 0.26 | 221.61 | 0.49 | 0.49 |
| Hex | 40 | 66 | BC | 42 | 2E | 0 | 1A | DE | 31 | 31 |
| Octal | 100 | 146 | 274 | 102 | 56 | 0 | 32 | 336 | 61 | 61 |
| Binary | 1000000 | 1100110 | 10111100 | 1000010 | 101110 | 0 | 11010 | 11011110 | 110001 | 110001 |
Color Harmonies of #4066BC
Complementary color
Monochromatic Colors of #4066BC
Black with #4066BC
Text Example
Text Example
White with #4066BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4066BC; }
p { color: rgb(64,102,188); }
H1.HeaderClassName
{
color: #4066BC;
}
.AnyTagClassName
{
color: #4066BC;
}
</style>
background-color css
<style>
a { background-color: #4066BC; }
a { background-color: rgb(64,102,188); }
div.DivClassName
{
background-color: #4066BC;
}
.BgClassName
{
background-color: #4066BC;
}
</style>
border-color css
<style>
span { border-color: #4066BC; }
span { border-color: rgb(64,102,188); }
td.TdClassName
{
border-color: #4066BC;
}
.TagClassName
{
border-color: #4066BC;
}
</style>