Shades of Free Speech Blue #414CC2
Tints of Free Speech Blue #414CC2
RGB
CMYK
RGB Variations
Color information
#414CC2 (or 0x414CC2) is known color: Free Speech Blue. HEX triplet: 41, 4C and C2. RGB value is (65,76,194). Sum of RGB (Red+Green+Blue) = 65+76+194=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 194 (76.17% from 255 or 57.91% from 335); Max value from RGB is 194 - color contains mainly: blue. Hex color #414CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CC2 is #BEB33D. Grayscale: #555555. Windows color (decimal): -12497726 or 12733505. OLE color: 12733505.
HSL color Cylindrical-coordinate representation of color #414CC2: hue angle of 234.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414CC2 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 76 | 194 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.24 |
| HSL | 234.88º | 0.51% | 0.51% | - |
| HSV(B) | 234.88º | 0.66% | 0.76% | - |
| XYZ | 14.5 | 10.19 | 52.24 | - |
| YUV | 86.16 | 188.86 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 194 | 0.66 | 0.61 | 0 | 0.24 | 234.88 | 0.51 | 0.51 |
| Hex | 41 | 4C | C2 | 42 | 3D | 0 | 18 | EB | 33 | 33 |
| Octal | 101 | 114 | 302 | 102 | 75 | 0 | 30 | 353 | 63 | 63 |
| Binary | 1000001 | 1001100 | 11000010 | 1000010 | 111101 | 0 | 11000 | 11101011 | 110011 | 110011 |
Color Harmonies of #414CC2
Complementary color
Monochromatic Colors of #414CC2
Black with #414CC2
Text Example
Text Example
White with #414CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414CC2; }
p { color: rgb(65,76,194); }
H1.HeaderClassName
{
color: #414CC2;
}
.AnyTagClassName
{
color: #414CC2;
}
</style>
background-color css
<style>
a { background-color: #414CC2; }
a { background-color: rgb(65,76,194); }
div.DivClassName
{
background-color: #414CC2;
}
.BgClassName
{
background-color: #414CC2;
}
</style>
border-color css
<style>
span { border-color: #414CC2; }
span { border-color: rgb(65,76,194); }
td.TdClassName
{
border-color: #414CC2;
}
.TagClassName
{
border-color: #414CC2;
}
</style>