Shades of Free Speech Blue #4166CD
Tints of Free Speech Blue #4166CD
RGB
CMYK
RGB Variations
Color information
#4166CD (or 0x4166CD) is known color: Free Speech Blue. HEX triplet: 41, 66 and CD. RGB value is (65,102,205). Sum of RGB (Red+Green+Blue) = 65+102+205=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #4166CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4166CD is #BE9932. Grayscale: #666666. Windows color (decimal): -12491059 or 13461057. OLE color: 13461057.
HSL color Cylindrical-coordinate representation of color #4166CD: hue angle of 224.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4166CD is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 102 | 205 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.20 |
| HSL | 224.14º | 0.58% | 0.53% | - |
| HSV(B) | 224.14º | 0.68% | 0.8% | - |
| XYZ | 17.95 | 15.03 | 59.71 | - |
| YUV | 102.68 | 185.74 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 205 | 0.68 | 0.50 | 0 | 0.20 | 224.14 | 0.58 | 0.53 |
| Hex | 41 | 66 | CD | 44 | 32 | 0 | 14 | E0 | 3A | 35 |
| Octal | 101 | 146 | 315 | 104 | 62 | 0 | 24 | 340 | 72 | 65 |
| Binary | 1000001 | 1100110 | 11001101 | 1000100 | 110010 | 0 | 10100 | 11100000 | 111010 | 110101 |
Color Harmonies of #4166CD
Complementary color
Monochromatic Colors of #4166CD
Black with #4166CD
Text Example
Text Example
White with #4166CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4166CD; }
p { color: rgb(65,102,205); }
H1.HeaderClassName
{
color: #4166CD;
}
.AnyTagClassName
{
color: #4166CD;
}
</style>
background-color css
<style>
a { background-color: #4166CD; }
a { background-color: rgb(65,102,205); }
div.DivClassName
{
background-color: #4166CD;
}
.BgClassName
{
background-color: #4166CD;
}
</style>
border-color css
<style>
span { border-color: #4166CD; }
span { border-color: rgb(65,102,205); }
td.TdClassName
{
border-color: #4166CD;
}
.TagClassName
{
border-color: #4166CD;
}
</style>