Shades of Free Speech Blue #4155BA
Tints of Free Speech Blue #4155BA
RGB
CMYK
RGB Variations
Color information
#4155BA (or 0x4155BA) is known color: Free Speech Blue. HEX triplet: 41, 55 and BA. RGB value is (65,85,186). Sum of RGB (Red+Green+Blue) = 65+85+186=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #4155BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4155BA is #BEAA45. Grayscale: #5A5A5A. Windows color (decimal): -12495430 or 12211521. OLE color: 12211521.
HSL color Cylindrical-coordinate representation of color #4155BA: hue angle of 230.08º 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 #4155BA is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 85 | 186 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.27 |
| HSL | 230.08º | 0.48% | 0.49% | - |
| HSV(B) | 230.08º | 0.65% | 0.73% | - |
| XYZ | 14.29 | 11.17 | 47.86 | - |
| YUV | 90.53 | 181.87 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 186 | 0.65 | 0.54 | 0 | 0.27 | 230.08 | 0.48 | 0.49 |
| Hex | 41 | 55 | BA | 41 | 36 | 0 | 1B | E6 | 30 | 31 |
| Octal | 101 | 125 | 272 | 101 | 66 | 0 | 33 | 346 | 60 | 61 |
| Binary | 1000001 | 1010101 | 10111010 | 1000001 | 110110 | 0 | 11011 | 11100110 | 110000 | 110001 |
Color Harmonies of #4155BA
Complementary color
Monochromatic Colors of #4155BA
Black with #4155BA
Text Example
Text Example
White with #4155BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4155BA; }
p { color: rgb(65,85,186); }
H1.HeaderClassName
{
color: #4155BA;
}
.AnyTagClassName
{
color: #4155BA;
}
</style>
background-color css
<style>
a { background-color: #4155BA; }
a { background-color: rgb(65,85,186); }
div.DivClassName
{
background-color: #4155BA;
}
.BgClassName
{
background-color: #4155BA;
}
</style>
border-color css
<style>
span { border-color: #4155BA; }
span { border-color: rgb(65,85,186); }
td.TdClassName
{
border-color: #4155BA;
}
.TagClassName
{
border-color: #4155BA;
}
</style>