Shades of Free Speech Blue #4156C5
Tints of Free Speech Blue #4156C5
RGB
CMYK
RGB Variations
Color information
#4156C5 (or 0x4156C5) is known color: Free Speech Blue. HEX triplet: 41, 56 and C5. RGB value is (65,86,197). Sum of RGB (Red+Green+Blue) = 65+86+197=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 197 (77.34% from 255 or 56.61% from 348); Max value from RGB is 197 - color contains mainly: blue. Hex color #4156C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4156C5 is #BEA93A. Grayscale: #5B5B5B. Windows color (decimal): -12495163 or 12932673. OLE color: 12932673.
HSL color Cylindrical-coordinate representation of color #4156C5: hue angle of 230.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4156C5 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 86 | 197 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.23 |
| HSL | 230.45º | 0.53% | 0.51% | - |
| HSV(B) | 230.45º | 0.67% | 0.77% | - |
| XYZ | 15.59 | 11.81 | 54.28 | - |
| YUV | 92.38 | 187.04 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 197 | 0.67 | 0.56 | 0 | 0.23 | 230.45 | 0.53 | 0.51 |
| Hex | 41 | 56 | C5 | 43 | 38 | 0 | 17 | E6 | 35 | 33 |
| Octal | 101 | 126 | 305 | 103 | 70 | 0 | 27 | 346 | 65 | 63 |
| Binary | 1000001 | 1010110 | 11000101 | 1000011 | 111000 | 0 | 10111 | 11100110 | 110101 | 110011 |
Color Harmonies of #4156C5
Complementary color
Monochromatic Colors of #4156C5
Black with #4156C5
Text Example
Text Example
White with #4156C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4156C5; }
p { color: rgb(65,86,197); }
H1.HeaderClassName
{
color: #4156C5;
}
.AnyTagClassName
{
color: #4156C5;
}
</style>
background-color css
<style>
a { background-color: #4156C5; }
a { background-color: rgb(65,86,197); }
div.DivClassName
{
background-color: #4156C5;
}
.BgClassName
{
background-color: #4156C5;
}
</style>
border-color css
<style>
span { border-color: #4156C5; }
span { border-color: rgb(65,86,197); }
td.TdClassName
{
border-color: #4156C5;
}
.TagClassName
{
border-color: #4156C5;
}
</style>