Shades of Free Speech Blue #4164BA
Tints of Free Speech Blue #4164BA
RGB
CMYK
RGB Variations
Color information
#4164BA (or 0x4164BA) is known color: Free Speech Blue. HEX triplet: 41, 64 and BA. RGB value is (65,100,186). Sum of RGB (Red+Green+Blue) = 65+100+186=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #4164BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4164BA is #BE9B45. Grayscale: #626262. Windows color (decimal): -12491590 or 12215361. OLE color: 12215361.
HSL color Cylindrical-coordinate representation of color #4164BA: hue angle of 222.64º 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 #4164BA is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 100 | 186 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.27 |
| HSL | 222.64º | 0.48% | 0.49% | - |
| HSV(B) | 222.64º | 0.65% | 0.73% | - |
| XYZ | 15.6 | 13.78 | 48.29 | - |
| YUV | 99.34 | 176.9 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 186 | 0.65 | 0.46 | 0 | 0.27 | 222.64 | 0.48 | 0.49 |
| Hex | 41 | 64 | BA | 41 | 2E | 0 | 1B | DF | 30 | 31 |
| Octal | 101 | 144 | 272 | 101 | 56 | 0 | 33 | 337 | 60 | 61 |
| Binary | 1000001 | 1100100 | 10111010 | 1000001 | 101110 | 0 | 11011 | 11011111 | 110000 | 110001 |
Color Harmonies of #4164BA
Complementary color
Monochromatic Colors of #4164BA
Black with #4164BA
Text Example
Text Example
White with #4164BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4164BA; }
p { color: rgb(65,100,186); }
H1.HeaderClassName
{
color: #4164BA;
}
.AnyTagClassName
{
color: #4164BA;
}
</style>
background-color css
<style>
a { background-color: #4164BA; }
a { background-color: rgb(65,100,186); }
div.DivClassName
{
background-color: #4164BA;
}
.BgClassName
{
background-color: #4164BA;
}
</style>
border-color css
<style>
span { border-color: #4164BA; }
span { border-color: rgb(65,100,186); }
td.TdClassName
{
border-color: #4164BA;
}
.TagClassName
{
border-color: #4164BA;
}
</style>