Shades of Free Speech Blue #4164CC
Tints of Free Speech Blue #4164CC
RGB
CMYK
RGB Variations
Color information
#4164CC (or 0x4164CC) is known color: Free Speech Blue. HEX triplet: 41, 64 and CC. RGB value is (65,100,204). Sum of RGB (Red+Green+Blue) = 65+100+204=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #4164CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4164CC is #BE9B33. Grayscale: #646464. Windows color (decimal): -12491572 or 13395009. OLE color: 13395009.
HSL color Cylindrical-coordinate representation of color #4164CC: hue angle of 224.89º 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 #4164CC is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 100 | 204 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.2 |
| HSL | 224.89º | 0.58% | 0.53% | - |
| HSV(B) | 224.89º | 0.68% | 0.8% | - |
| XYZ | 17.64 | 14.6 | 59.01 | - |
| YUV | 101.39 | 185.9 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 204 | 0.68 | 0.51 | 0 | 0.2 | 224.89 | 0.58 | 0.53 |
| Hex | 41 | 64 | CC | 44 | 33 | 0 | 14 | E1 | 3A | 35 |
| Octal | 101 | 144 | 314 | 104 | 63 | 0 | 24 | 341 | 72 | 65 |
| Binary | 1000001 | 1100100 | 11001100 | 1000100 | 110011 | 0 | 10100 | 11100001 | 111010 | 110101 |
Color Harmonies of #4164CC
Complementary color
Monochromatic Colors of #4164CC
Black with #4164CC
Text Example
Text Example
White with #4164CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4164CC; }
p { color: rgb(65,100,204); }
H1.HeaderClassName
{
color: #4164CC;
}
.AnyTagClassName
{
color: #4164CC;
}
</style>
background-color css
<style>
a { background-color: #4164CC; }
a { background-color: rgb(65,100,204); }
div.DivClassName
{
background-color: #4164CC;
}
.BgClassName
{
background-color: #4164CC;
}
</style>
border-color css
<style>
span { border-color: #4164CC; }
span { border-color: rgb(65,100,204); }
td.TdClassName
{
border-color: #4164CC;
}
.TagClassName
{
border-color: #4164CC;
}
</style>