Shades of Free Speech Blue #4164CE
Tints of Free Speech Blue #4164CE
RGB
CMYK
RGB Variations
Color information
#4164CE (or 0x4164CE) is known color: Free Speech Blue. HEX triplet: 41, 64 and CE. RGB value is (65,100,206). Sum of RGB (Red+Green+Blue) = 65+100+206=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #4164CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4164CE is #BE9B31. Grayscale: #656565. Windows color (decimal): -12491570 or 13526081. OLE color: 13526081.
HSL color Cylindrical-coordinate representation of color #4164CE: hue angle of 225.11º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4164CE is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 100 | 206 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.19 |
| HSL | 225.11º | 0.59% | 0.53% | - |
| HSV(B) | 225.11º | 0.68% | 0.81% | - |
| XYZ | 17.88 | 14.69 | 60.29 | - |
| YUV | 101.62 | 186.9 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 206 | 0.68 | 0.51 | 0 | 0.19 | 225.11 | 0.59 | 0.53 |
| Hex | 41 | 64 | CE | 44 | 33 | 0 | 13 | E1 | 3B | 35 |
| Octal | 101 | 144 | 316 | 104 | 63 | 0 | 23 | 341 | 73 | 65 |
| Binary | 1000001 | 1100100 | 11001110 | 1000100 | 110011 | 0 | 10011 | 11100001 | 111011 | 110101 |
Color Harmonies of #4164CE
Complementary color
Monochromatic Colors of #4164CE
Black with #4164CE
Text Example
Text Example
White with #4164CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4164CE; }
p { color: rgb(65,100,206); }
H1.HeaderClassName
{
color: #4164CE;
}
.AnyTagClassName
{
color: #4164CE;
}
</style>
background-color css
<style>
a { background-color: #4164CE; }
a { background-color: rgb(65,100,206); }
div.DivClassName
{
background-color: #4164CE;
}
.BgClassName
{
background-color: #4164CE;
}
</style>
border-color css
<style>
span { border-color: #4164CE; }
span { border-color: rgb(65,100,206); }
td.TdClassName
{
border-color: #4164CE;
}
.TagClassName
{
border-color: #4164CE;
}
</style>