Shades of Free Speech Blue #4166BE
Tints of Free Speech Blue #4166BE
RGB
CMYK
RGB Variations
Color information
#4166BE (or 0x4166BE) is known color: Free Speech Blue. HEX triplet: 41, 66 and BE. RGB value is (65,102,190). Sum of RGB (Red+Green+Blue) = 65+102+190=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #4166BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4166BE is #BE9941. Grayscale: #646464. Windows color (decimal): -12491074 or 12478017. OLE color: 12478017.
HSL color Cylindrical-coordinate representation of color #4166BE: hue angle of 222.24º degrees, saturation: 0.49, 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 #4166BE is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 102 | 190 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.25 |
| HSL | 222.24º | 0.49% | 0.5% | - |
| HSV(B) | 222.24º | 0.66% | 0.75% | - |
| XYZ | 16.23 | 14.34 | 50.63 | - |
| YUV | 100.97 | 178.24 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 190 | 0.66 | 0.46 | 0 | 0.25 | 222.24 | 0.49 | 0.5 |
| Hex | 41 | 66 | BE | 42 | 2E | 0 | 19 | DE | 31 | 32 |
| Octal | 101 | 146 | 276 | 102 | 56 | 0 | 31 | 336 | 61 | 62 |
| Binary | 1000001 | 1100110 | 10111110 | 1000010 | 101110 | 0 | 11001 | 11011110 | 110001 | 110010 |
Color Harmonies of #4166BE
Complementary color
Monochromatic Colors of #4166BE
Black with #4166BE
Text Example
Text Example
White with #4166BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4166BE; }
p { color: rgb(65,102,190); }
H1.HeaderClassName
{
color: #4166BE;
}
.AnyTagClassName
{
color: #4166BE;
}
</style>
background-color css
<style>
a { background-color: #4166BE; }
a { background-color: rgb(65,102,190); }
div.DivClassName
{
background-color: #4166BE;
}
.BgClassName
{
background-color: #4166BE;
}
</style>
border-color css
<style>
span { border-color: #4166BE; }
span { border-color: rgb(65,102,190); }
td.TdClassName
{
border-color: #4166BE;
}
.TagClassName
{
border-color: #4166BE;
}
</style>