Shades of Free Speech Blue #4159BB
Tints of Free Speech Blue #4159BB
RGB
CMYK
RGB Variations
Color information
#4159BB (or 0x4159BB) is known color: Free Speech Blue. HEX triplet: 41, 59 and BB. RGB value is (65,89,187). Sum of RGB (Red+Green+Blue) = 65+89+187=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #4159BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4159BB is #BEA644. Grayscale: #5C5C5C. Windows color (decimal): -12494405 or 12278081. OLE color: 12278081.
HSL color Cylindrical-coordinate representation of color #4159BB: hue angle of 228.2º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4159BB is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 89 | 187 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.27 |
| HSL | 228.2º | 0.48% | 0.49% | - |
| HSV(B) | 228.2º | 0.65% | 0.73% | - |
| XYZ | 14.72 | 11.86 | 48.53 | - |
| YUV | 93 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 187 | 0.65 | 0.52 | 0 | 0.27 | 228.2 | 0.48 | 0.49 |
| Hex | 41 | 59 | BB | 41 | 34 | 0 | 1B | E4 | 30 | 31 |
| Octal | 101 | 131 | 273 | 101 | 64 | 0 | 33 | 344 | 60 | 61 |
| Binary | 1000001 | 1011001 | 10111011 | 1000001 | 110100 | 0 | 11011 | 11100100 | 110000 | 110001 |
Color Harmonies of #4159BB
Complementary color
Monochromatic Colors of #4159BB
Black with #4159BB
Text Example
Text Example
White with #4159BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4159BB; }
p { color: rgb(65,89,187); }
H1.HeaderClassName
{
color: #4159BB;
}
.AnyTagClassName
{
color: #4159BB;
}
</style>
background-color css
<style>
a { background-color: #4159BB; }
a { background-color: rgb(65,89,187); }
div.DivClassName
{
background-color: #4159BB;
}
.BgClassName
{
background-color: #4159BB;
}
</style>
border-color css
<style>
span { border-color: #4159BB; }
span { border-color: rgb(65,89,187); }
td.TdClassName
{
border-color: #4159BB;
}
.TagClassName
{
border-color: #4159BB;
}
</style>