Shades of Free Speech Blue #4150B9
Tints of Free Speech Blue #4150B9
RGB
CMYK
RGB Variations
Color information
#4150B9 (or 0x4150B9) is known color: Free Speech Blue. HEX triplet: 41, 50 and B9. RGB value is (65,80,185). Sum of RGB (Red+Green+Blue) = 65+80+185=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 185 (72.66% from 255 or 56.06% from 330); Max value from RGB is 185 - color contains mainly: blue. Hex color #4150B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150B9 is #BEAF46. Grayscale: #575757. Windows color (decimal): -12496711 or 12144705. OLE color: 12144705.
HSL color Cylindrical-coordinate representation of color #4150B9: hue angle of 232.5º 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 #4150B9 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 80 | 185 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.27 |
| HSL | 232.5º | 0.48% | 0.49% | - |
| HSV(B) | 232.5º | 0.65% | 0.73% | - |
| XYZ | 13.81 | 10.36 | 47.17 | - |
| YUV | 87.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 185 | 0.65 | 0.57 | 0 | 0.27 | 232.5 | 0.48 | 0.49 |
| Hex | 41 | 50 | B9 | 41 | 39 | 0 | 1B | E8 | 30 | 31 |
| Octal | 101 | 120 | 271 | 101 | 71 | 0 | 33 | 350 | 60 | 61 |
| Binary | 1000001 | 1010000 | 10111001 | 1000001 | 111001 | 0 | 11011 | 11101000 | 110000 | 110001 |
Color Harmonies of #4150B9
Complementary color
Monochromatic Colors of #4150B9
Black with #4150B9
Text Example
Text Example
White with #4150B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4150B9; }
p { color: rgb(65,80,185); }
H1.HeaderClassName
{
color: #4150B9;
}
.AnyTagClassName
{
color: #4150B9;
}
</style>
background-color css
<style>
a { background-color: #4150B9; }
a { background-color: rgb(65,80,185); }
div.DivClassName
{
background-color: #4150B9;
}
.BgClassName
{
background-color: #4150B9;
}
</style>
border-color css
<style>
span { border-color: #4150B9; }
span { border-color: rgb(65,80,185); }
td.TdClassName
{
border-color: #4150B9;
}
.TagClassName
{
border-color: #4150B9;
}
</style>