Shades of Free Speech Blue #4168BF
Tints of Free Speech Blue #4168BF
RGB
CMYK
RGB Variations
Color information
#4168BF (or 0x4168BF) is known color: Free Speech Blue. HEX triplet: 41, 68 and BF. RGB value is (65,104,191). Sum of RGB (Red+Green+Blue) = 65+104+191=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #4168BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4168BF is #BE9740. Grayscale: #656565. Windows color (decimal): -12490561 or 12544065. OLE color: 12544065.
HSL color Cylindrical-coordinate representation of color #4168BF: hue angle of 221.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4168BF is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 104 | 191 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.25 |
| HSL | 221.43º | 0.5% | 0.5% | - |
| HSV(B) | 221.43º | 0.66% | 0.75% | - |
| XYZ | 16.53 | 14.79 | 51.27 | - |
| YUV | 102.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 191 | 0.66 | 0.46 | 0 | 0.25 | 221.43 | 0.5 | 0.5 |
| Hex | 41 | 68 | BF | 42 | 2E | 0 | 19 | DD | 32 | 32 |
| Octal | 101 | 150 | 277 | 102 | 56 | 0 | 31 | 335 | 62 | 62 |
| Binary | 1000001 | 1101000 | 10111111 | 1000010 | 101110 | 0 | 11001 | 11011101 | 110010 | 110010 |
Color Harmonies of #4168BF
Complementary color
Monochromatic Colors of #4168BF
Black with #4168BF
Text Example
Text Example
White with #4168BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4168BF; }
p { color: rgb(65,104,191); }
H1.HeaderClassName
{
color: #4168BF;
}
.AnyTagClassName
{
color: #4168BF;
}
</style>
background-color css
<style>
a { background-color: #4168BF; }
a { background-color: rgb(65,104,191); }
div.DivClassName
{
background-color: #4168BF;
}
.BgClassName
{
background-color: #4168BF;
}
</style>
border-color css
<style>
span { border-color: #4168BF; }
span { border-color: rgb(65,104,191); }
td.TdClassName
{
border-color: #4168BF;
}
.TagClassName
{
border-color: #4168BF;
}
</style>