Shades of Free Speech Blue #4168BA
Tints of Free Speech Blue #4168BA
RGB
CMYK
RGB Variations
Color information
#4168BA (or 0x4168BA) is known color: Free Speech Blue. HEX triplet: 41, 68 and BA. RGB value is (65,104,186). Sum of RGB (Red+Green+Blue) = 65+104+186=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #4168BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4168BA is #BE9745. Grayscale: #656565. Windows color (decimal): -12490566 or 12216385. OLE color: 12216385.
HSL color Cylindrical-coordinate representation of color #4168BA: hue angle of 220.66º 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 #4168BA is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 104 | 186 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.27 |
| HSL | 220.66º | 0.48% | 0.49% | - |
| HSV(B) | 220.66º | 0.65% | 0.73% | - |
| XYZ | 15.99 | 14.57 | 48.42 | - |
| YUV | 101.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 186 | 0.65 | 0.44 | 0 | 0.27 | 220.66 | 0.48 | 0.49 |
| Hex | 41 | 68 | BA | 41 | 2C | 0 | 1B | DD | 30 | 31 |
| Octal | 101 | 150 | 272 | 101 | 54 | 0 | 33 | 335 | 60 | 61 |
| Binary | 1000001 | 1101000 | 10111010 | 1000001 | 101100 | 0 | 11011 | 11011101 | 110000 | 110001 |
Color Harmonies of #4168BA
Complementary color
Monochromatic Colors of #4168BA
Black with #4168BA
Text Example
Text Example
White with #4168BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4168BA; }
p { color: rgb(65,104,186); }
H1.HeaderClassName
{
color: #4168BA;
}
.AnyTagClassName
{
color: #4168BA;
}
</style>
background-color css
<style>
a { background-color: #4168BA; }
a { background-color: rgb(65,104,186); }
div.DivClassName
{
background-color: #4168BA;
}
.BgClassName
{
background-color: #4168BA;
}
</style>
border-color css
<style>
span { border-color: #4168BA; }
span { border-color: rgb(65,104,186); }
td.TdClassName
{
border-color: #4168BA;
}
.TagClassName
{
border-color: #4168BA;
}
</style>