Shades of Free Speech Blue #414CDC
Tints of Free Speech Blue #414CDC
RGB
CMYK
RGB Variations
Color information
#414CDC (or 0x414CDC) is known color: Free Speech Blue. HEX triplet: 41, 4C and DC. RGB value is (65,76,220). Sum of RGB (Red+Green+Blue) = 65+76+220=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #414CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CDC is #BEB323. Grayscale: #585858. Windows color (decimal): -12497700 or 14437441. OLE color: 14437441.
HSL color Cylindrical-coordinate representation of color #414CDC: hue angle of 235.74º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #414CDC is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 76 | 220 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.14 |
| HSL | 235.74º | 0.69% | 0.56% | - |
| HSV(B) | 235.74º | 0.7% | 0.86% | - |
| XYZ | 17.68 | 11.46 | 68.99 | - |
| YUV | 89.13 | 201.86 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 220 | 0.70 | 0.65 | 0 | 0.14 | 235.74 | 0.69 | 0.56 |
| Hex | 41 | 4C | DC | 46 | 41 | 0 | E | EC | 45 | 38 |
| Octal | 101 | 114 | 334 | 106 | 101 | 0 | 16 | 354 | 105 | 70 |
| Binary | 1000001 | 1001100 | 11011100 | 1000110 | 1000001 | 0 | 1110 | 11101100 | 1000101 | 111000 |
Color Harmonies of #414CDC
Complementary color
Monochromatic Colors of #414CDC
Black with #414CDC
Text Example
Text Example
White with #414CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414CDC; }
p { color: rgb(65,76,220); }
H1.HeaderClassName
{
color: #414CDC;
}
.AnyTagClassName
{
color: #414CDC;
}
</style>
background-color css
<style>
a { background-color: #414CDC; }
a { background-color: rgb(65,76,220); }
div.DivClassName
{
background-color: #414CDC;
}
.BgClassName
{
background-color: #414CDC;
}
</style>
border-color css
<style>
span { border-color: #414CDC; }
span { border-color: rgb(65,76,220); }
td.TdClassName
{
border-color: #414CDC;
}
.TagClassName
{
border-color: #414CDC;
}
</style>