Shades of Free Speech Blue #4464BC
Tints of Free Speech Blue #4464BC
RGB
CMYK
RGB Variations
Color information
#4464BC (or 0x4464BC) is known color: Free Speech Blue. HEX triplet: 44, 64 and BC. RGB value is (68,100,188). Sum of RGB (Red+Green+Blue) = 68+100+188=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #4464BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4464BC is #BB9B43. Grayscale: #646464. Windows color (decimal): -12294980 or 12346436. OLE color: 12346436.
HSL color Cylindrical-coordinate representation of color #4464BC: hue angle of 224º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4464BC is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 100 | 188 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.26 |
| HSL | 224º | 0.47% | 0.5% | - |
| HSV(B) | 224º | 0.64% | 0.74% | - |
| XYZ | 16.02 | 13.97 | 49.43 | - |
| YUV | 100.46 | 177.4 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 188 | 0.64 | 0.47 | 0 | 0.26 | 224 | 0.47 | 0.5 |
| Hex | 44 | 64 | BC | 40 | 2F | 0 | 1A | E0 | 2F | 32 |
| Octal | 104 | 144 | 274 | 100 | 57 | 0 | 32 | 340 | 57 | 62 |
| Binary | 1000100 | 1100100 | 10111100 | 1000000 | 101111 | 0 | 11010 | 11100000 | 101111 | 110010 |
Color Harmonies of #4464BC
Complementary color
Monochromatic Colors of #4464BC
Black with #4464BC
Text Example
Text Example
White with #4464BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4464BC; }
p { color: rgb(68,100,188); }
H1.HeaderClassName
{
color: #4464BC;
}
.AnyTagClassName
{
color: #4464BC;
}
</style>
background-color css
<style>
a { background-color: #4464BC; }
a { background-color: rgb(68,100,188); }
div.DivClassName
{
background-color: #4464BC;
}
.BgClassName
{
background-color: #4464BC;
}
</style>
border-color css
<style>
span { border-color: #4464BC; }
span { border-color: rgb(68,100,188); }
td.TdClassName
{
border-color: #4464BC;
}
.TagClassName
{
border-color: #4464BC;
}
</style>