Shades of Free Speech Blue #4160BF
Tints of Free Speech Blue #4160BF
RGB
CMYK
RGB Variations
Color information
#4160BF (or 0x4160BF) is known color: Free Speech Blue. HEX triplet: 41, 60 and BF. RGB value is (65,96,191). Sum of RGB (Red+Green+Blue) = 65+96+191=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #4160BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4160BF is #BE9F40. Grayscale: #616161. Windows color (decimal): -12492609 or 12542017. OLE color: 12542017.
HSL color Cylindrical-coordinate representation of color #4160BF: hue angle of 225.24º 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 #4160BF is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 96 | 191 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.25 |
| HSL | 225.24º | 0.5% | 0.5% | - |
| HSV(B) | 225.24º | 0.66% | 0.75% | - |
| XYZ | 15.77 | 13.25 | 51.02 | - |
| YUV | 97.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 191 | 0.66 | 0.50 | 0 | 0.25 | 225.24 | 0.5 | 0.5 |
| Hex | 41 | 60 | BF | 42 | 32 | 0 | 19 | E1 | 32 | 32 |
| Octal | 101 | 140 | 277 | 102 | 62 | 0 | 31 | 341 | 62 | 62 |
| Binary | 1000001 | 1100000 | 10111111 | 1000010 | 110010 | 0 | 11001 | 11100001 | 110010 | 110010 |
Color Harmonies of #4160BF
Complementary color
Monochromatic Colors of #4160BF
Black with #4160BF
Text Example
Text Example
White with #4160BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4160BF; }
p { color: rgb(65,96,191); }
H1.HeaderClassName
{
color: #4160BF;
}
.AnyTagClassName
{
color: #4160BF;
}
</style>
background-color css
<style>
a { background-color: #4160BF; }
a { background-color: rgb(65,96,191); }
div.DivClassName
{
background-color: #4160BF;
}
.BgClassName
{
background-color: #4160BF;
}
</style>
border-color css
<style>
span { border-color: #4160BF; }
span { border-color: rgb(65,96,191); }
td.TdClassName
{
border-color: #4160BF;
}
.TagClassName
{
border-color: #4160BF;
}
</style>