Shades of Free Speech Blue #4150BA
Tints of Free Speech Blue #4150BA
RGB
CMYK
RGB Variations
Color information
#4150BA (or 0x4150BA) is known color: Free Speech Blue. HEX triplet: 41, 50 and BA. RGB value is (65,80,186). Sum of RGB (Red+Green+Blue) = 65+80+186=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #4150BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150BA is #BEAF45. Grayscale: #575757. Windows color (decimal): -12496710 or 12210241. OLE color: 12210241.
HSL color Cylindrical-coordinate representation of color #4150BA: hue angle of 232.56º 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 #4150BA is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 80 | 186 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.27 |
| HSL | 232.56º | 0.48% | 0.49% | - |
| HSV(B) | 232.56º | 0.65% | 0.73% | - |
| XYZ | 13.91 | 10.41 | 47.73 | - |
| YUV | 87.6 | 183.53 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 186 | 0.65 | 0.57 | 0 | 0.27 | 232.56 | 0.48 | 0.49 |
| Hex | 41 | 50 | BA | 41 | 39 | 0 | 1B | E9 | 30 | 31 |
| Octal | 101 | 120 | 272 | 101 | 71 | 0 | 33 | 351 | 60 | 61 |
| Binary | 1000001 | 1010000 | 10111010 | 1000001 | 111001 | 0 | 11011 | 11101001 | 110000 | 110001 |
Color Harmonies of #4150BA
Complementary color
Monochromatic Colors of #4150BA
Black with #4150BA
Text Example
Text Example
White with #4150BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4150BA; }
p { color: rgb(65,80,186); }
H1.HeaderClassName
{
color: #4150BA;
}
.AnyTagClassName
{
color: #4150BA;
}
</style>
background-color css
<style>
a { background-color: #4150BA; }
a { background-color: rgb(65,80,186); }
div.DivClassName
{
background-color: #4150BA;
}
.BgClassName
{
background-color: #4150BA;
}
</style>
border-color css
<style>
span { border-color: #4150BA; }
span { border-color: rgb(65,80,186); }
td.TdClassName
{
border-color: #4150BA;
}
.TagClassName
{
border-color: #4150BA;
}
</style>