Shades of Free Speech Blue #4051D1
Tints of Free Speech Blue #4051D1
RGB
CMYK
RGB Variations
Color information
#4051D1 (or 0x4051D1) is known color: Free Speech Blue. HEX triplet: 40, 51 and D1. RGB value is (64,81,209). Sum of RGB (Red+Green+Blue) = 64+81+209=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #4051D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4051D1 is #BFAE2E. Grayscale: #595959. Windows color (decimal): -12561967 or 13717824. OLE color: 13717824.
HSL color Cylindrical-coordinate representation of color #4051D1: hue angle of 232.97º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4051D1 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 81 | 209 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.18 |
| HSL | 232.97º | 0.61% | 0.54% | - |
| HSV(B) | 232.97º | 0.69% | 0.82% | - |
| XYZ | 16.57 | 11.58 | 61.68 | - |
| YUV | 90.51 | 194.87 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 209 | 0.69 | 0.61 | 0 | 0.18 | 232.97 | 0.61 | 0.54 |
| Hex | 40 | 51 | D1 | 45 | 3D | 0 | 12 | E9 | 3D | 36 |
| Octal | 100 | 121 | 321 | 105 | 75 | 0 | 22 | 351 | 75 | 66 |
| Binary | 1000000 | 1010001 | 11010001 | 1000101 | 111101 | 0 | 10010 | 11101001 | 111101 | 110110 |
Color Harmonies of #4051D1
Complementary color
Monochromatic Colors of #4051D1
Black with #4051D1
Text Example
Text Example
White with #4051D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4051D1; }
p { color: rgb(64,81,209); }
H1.HeaderClassName
{
color: #4051D1;
}
.AnyTagClassName
{
color: #4051D1;
}
</style>
background-color css
<style>
a { background-color: #4051D1; }
a { background-color: rgb(64,81,209); }
div.DivClassName
{
background-color: #4051D1;
}
.BgClassName
{
background-color: #4051D1;
}
</style>
border-color css
<style>
span { border-color: #4051D1; }
span { border-color: rgb(64,81,209); }
td.TdClassName
{
border-color: #4051D1;
}
.TagClassName
{
border-color: #4051D1;
}
</style>