Shades of Free Speech Blue #4051BE
Tints of Free Speech Blue #4051BE
RGB
CMYK
RGB Variations
Color information
#4051BE (or 0x4051BE) is known color: Free Speech Blue. HEX triplet: 40, 51 and BE. RGB value is (64,81,190). Sum of RGB (Red+Green+Blue) = 64+81+190=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #4051BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4051BE is #BFAE41. Grayscale: #575757. Windows color (decimal): -12561986 or 12472640. OLE color: 12472640.
HSL color Cylindrical-coordinate representation of color #4051BE: hue angle of 231.9º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4051BE is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 81 | 190 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.25 |
| HSL | 231.9º | 0.5% | 0.5% | - |
| HSV(B) | 231.9º | 0.66% | 0.75% | - |
| XYZ | 14.35 | 10.69 | 50.02 | - |
| YUV | 88.34 | 185.37 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 190 | 0.66 | 0.57 | 0 | 0.25 | 231.9 | 0.5 | 0.5 |
| Hex | 40 | 51 | BE | 42 | 39 | 0 | 19 | E8 | 32 | 32 |
| Octal | 100 | 121 | 276 | 102 | 71 | 0 | 31 | 350 | 62 | 62 |
| Binary | 1000000 | 1010001 | 10111110 | 1000010 | 111001 | 0 | 11001 | 11101000 | 110010 | 110010 |
Color Harmonies of #4051BE
Complementary color
Monochromatic Colors of #4051BE
Black with #4051BE
Text Example
Text Example
White with #4051BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4051BE; }
p { color: rgb(64,81,190); }
H1.HeaderClassName
{
color: #4051BE;
}
.AnyTagClassName
{
color: #4051BE;
}
</style>
background-color css
<style>
a { background-color: #4051BE; }
a { background-color: rgb(64,81,190); }
div.DivClassName
{
background-color: #4051BE;
}
.BgClassName
{
background-color: #4051BE;
}
</style>
border-color css
<style>
span { border-color: #4051BE; }
span { border-color: rgb(64,81,190); }
td.TdClassName
{
border-color: #4051BE;
}
.TagClassName
{
border-color: #4051BE;
}
</style>