Shades of Free Speech Blue #414DCC
Tints of Free Speech Blue #414DCC
RGB
CMYK
RGB Variations
Color information
#414DCC (or 0x414DCC) is known color: Free Speech Blue. HEX triplet: 41, 4D and CC. RGB value is (65,77,204). Sum of RGB (Red+Green+Blue) = 65+77+204=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #414DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DCC is #BEB233. Grayscale: #575757. Windows color (decimal): -12497460 or 13389121. OLE color: 13389121.
HSL color Cylindrical-coordinate representation of color #414DCC: hue angle of 234.82º 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 #414DCC is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 77 | 204 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.2 |
| HSL | 234.82º | 0.58% | 0.53% | - |
| HSV(B) | 234.82º | 0.68% | 0.8% | - |
| XYZ | 15.73 | 10.79 | 58.38 | - |
| YUV | 87.89 | 193.52 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 204 | 0.68 | 0.62 | 0 | 0.2 | 234.82 | 0.58 | 0.53 |
| Hex | 41 | 4D | CC | 44 | 3E | 0 | 14 | EB | 3A | 35 |
| Octal | 101 | 115 | 314 | 104 | 76 | 0 | 24 | 353 | 72 | 65 |
| Binary | 1000001 | 1001101 | 11001100 | 1000100 | 111110 | 0 | 10100 | 11101011 | 111010 | 110101 |
Color Harmonies of #414DCC
Complementary color
Monochromatic Colors of #414DCC
Black with #414DCC
Text Example
Text Example
White with #414DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414DCC; }
p { color: rgb(65,77,204); }
H1.HeaderClassName
{
color: #414DCC;
}
.AnyTagClassName
{
color: #414DCC;
}
</style>
background-color css
<style>
a { background-color: #414DCC; }
a { background-color: rgb(65,77,204); }
div.DivClassName
{
background-color: #414DCC;
}
.BgClassName
{
background-color: #414DCC;
}
</style>
border-color css
<style>
span { border-color: #414DCC; }
span { border-color: rgb(65,77,204); }
td.TdClassName
{
border-color: #414DCC;
}
.TagClassName
{
border-color: #414DCC;
}
</style>