Shades of Free Speech Blue #414BC0
Tints of Free Speech Blue #414BC0
RGB
CMYK
RGB Variations
Color information
#414BC0 (or 0x414BC0) is known color: Free Speech Blue. HEX triplet: 41, 4B and C0. RGB value is (65,75,192). Sum of RGB (Red+Green+Blue) = 65+75+192=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #414BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BC0 is #BEB43F. Grayscale: #545454. Windows color (decimal): -12497984 or 12602177. OLE color: 12602177.
HSL color Cylindrical-coordinate representation of color #414BC0: hue angle of 235.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414BC0 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 75 | 192 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.25 |
| HSL | 235.28º | 0.5% | 0.5% | - |
| HSV(B) | 235.28º | 0.66% | 0.75% | - |
| XYZ | 14.21 | 9.96 | 51.04 | - |
| YUV | 85.35 | 188.19 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 192 | 0.66 | 0.61 | 0 | 0.25 | 235.28 | 0.5 | 0.5 |
| Hex | 41 | 4B | C0 | 42 | 3D | 0 | 19 | EB | 32 | 32 |
| Octal | 101 | 113 | 300 | 102 | 75 | 0 | 31 | 353 | 62 | 62 |
| Binary | 1000001 | 1001011 | 11000000 | 1000010 | 111101 | 0 | 11001 | 11101011 | 110010 | 110010 |
Color Harmonies of #414BC0
Complementary color
Monochromatic Colors of #414BC0
Black with #414BC0
Text Example
Text Example
White with #414BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414BC0; }
p { color: rgb(65,75,192); }
H1.HeaderClassName
{
color: #414BC0;
}
.AnyTagClassName
{
color: #414BC0;
}
</style>
background-color css
<style>
a { background-color: #414BC0; }
a { background-color: rgb(65,75,192); }
div.DivClassName
{
background-color: #414BC0;
}
.BgClassName
{
background-color: #414BC0;
}
</style>
border-color css
<style>
span { border-color: #414BC0; }
span { border-color: rgb(65,75,192); }
td.TdClassName
{
border-color: #414BC0;
}
.TagClassName
{
border-color: #414BC0;
}
</style>