Shades of Free Speech Blue #4156CF
Tints of Free Speech Blue #4156CF
RGB
CMYK
RGB Variations
Color information
#4156CF (or 0x4156CF) is known color: Free Speech Blue. HEX triplet: 41, 56 and CF. RGB value is (65,86,207). Sum of RGB (Red+Green+Blue) = 65+86+207=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #4156CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4156CF is #BEA930. Grayscale: #5D5D5D. Windows color (decimal): -12495153 or 13588033. OLE color: 13588033.
HSL color Cylindrical-coordinate representation of color #4156CF: hue angle of 231.13º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4156CF is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 86 | 207 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.19 |
| HSL | 231.13º | 0.6% | 0.53% | - |
| HSV(B) | 231.13º | 0.69% | 0.81% | - |
| XYZ | 16.77 | 12.28 | 60.52 | - |
| YUV | 93.52 | 192.04 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 207 | 0.69 | 0.58 | 0 | 0.19 | 231.13 | 0.6 | 0.53 |
| Hex | 41 | 56 | CF | 45 | 3A | 0 | 13 | E7 | 3C | 35 |
| Octal | 101 | 126 | 317 | 105 | 72 | 0 | 23 | 347 | 74 | 65 |
| Binary | 1000001 | 1010110 | 11001111 | 1000101 | 111010 | 0 | 10011 | 11100111 | 111100 | 110101 |
Color Harmonies of #4156CF
Complementary color
Monochromatic Colors of #4156CF
Black with #4156CF
Text Example
Text Example
White with #4156CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4156CF; }
p { color: rgb(65,86,207); }
H1.HeaderClassName
{
color: #4156CF;
}
.AnyTagClassName
{
color: #4156CF;
}
</style>
background-color css
<style>
a { background-color: #4156CF; }
a { background-color: rgb(65,86,207); }
div.DivClassName
{
background-color: #4156CF;
}
.BgClassName
{
background-color: #4156CF;
}
</style>
border-color css
<style>
span { border-color: #4156CF; }
span { border-color: rgb(65,86,207); }
td.TdClassName
{
border-color: #4156CF;
}
.TagClassName
{
border-color: #4156CF;
}
</style>