Shades of Free Speech Blue #4051BC
Tints of Free Speech Blue #4051BC
RGB
CMYK
RGB Variations
Color information
#4051BC (or 0x4051BC) is known color: Free Speech Blue. HEX triplet: 40, 51 and BC. RGB value is (64,81,188). Sum of RGB (Red+Green+Blue) = 64+81+188=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #4051BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4051BC is #BFAE43. Grayscale: #575757. Windows color (decimal): -12561988 or 12341568. OLE color: 12341568.
HSL color Cylindrical-coordinate representation of color #4051BC: hue angle of 231.77º 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 #4051BC is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 81 | 188 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.26 |
| HSL | 231.77º | 0.49% | 0.49% | - |
| HSV(B) | 231.77º | 0.66% | 0.74% | - |
| XYZ | 14.13 | 10.61 | 48.88 | - |
| YUV | 88.12 | 184.37 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 188 | 0.66 | 0.57 | 0 | 0.26 | 231.77 | 0.49 | 0.49 |
| Hex | 40 | 51 | BC | 42 | 39 | 0 | 1A | E8 | 31 | 31 |
| Octal | 100 | 121 | 274 | 102 | 71 | 0 | 32 | 350 | 61 | 61 |
| Binary | 1000000 | 1010001 | 10111100 | 1000010 | 111001 | 0 | 11010 | 11101000 | 110001 | 110001 |
Color Harmonies of #4051BC
Complementary color
Monochromatic Colors of #4051BC
Black with #4051BC
Text Example
Text Example
White with #4051BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4051BC; }
p { color: rgb(64,81,188); }
H1.HeaderClassName
{
color: #4051BC;
}
.AnyTagClassName
{
color: #4051BC;
}
</style>
background-color css
<style>
a { background-color: #4051BC; }
a { background-color: rgb(64,81,188); }
div.DivClassName
{
background-color: #4051BC;
}
.BgClassName
{
background-color: #4051BC;
}
</style>
border-color css
<style>
span { border-color: #4051BC; }
span { border-color: rgb(64,81,188); }
td.TdClassName
{
border-color: #4051BC;
}
.TagClassName
{
border-color: #4051BC;
}
</style>