Shades of Free Speech Blue #4146DC
Tints of Free Speech Blue #4146DC
RGB
CMYK
RGB Variations
Color information
#4146DC (or 0x4146DC) is known color: Free Speech Blue. HEX triplet: 41, 46 and DC. RGB value is (65,70,220). Sum of RGB (Red+Green+Blue) = 65+70+220=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #4146DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4146DC is #BEB923. Grayscale: #555555. Windows color (decimal): -12499236 or 14435905. OLE color: 14435905.
HSL color Cylindrical-coordinate representation of color #4146DC: hue angle of 238.06º 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 #4146DC is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 70 | 220 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.14 |
| HSL | 238.06º | 0.69% | 0.56% | - |
| HSV(B) | 238.06º | 0.7% | 0.86% | - |
| XYZ | 17.29 | 10.67 | 68.86 | - |
| YUV | 85.61 | 203.84 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 220 | 0.70 | 0.68 | 0 | 0.14 | 238.06 | 0.69 | 0.56 |
| Hex | 41 | 46 | DC | 46 | 44 | 0 | E | EE | 45 | 38 |
| Octal | 101 | 106 | 334 | 106 | 104 | 0 | 16 | 356 | 105 | 70 |
| Binary | 1000001 | 1000110 | 11011100 | 1000110 | 1000100 | 0 | 1110 | 11101110 | 1000101 | 111000 |
Color Harmonies of #4146DC
Complementary color
Monochromatic Colors of #4146DC
Black with #4146DC
Text Example
Text Example
White with #4146DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4146DC; }
p { color: rgb(65,70,220); }
H1.HeaderClassName
{
color: #4146DC;
}
.AnyTagClassName
{
color: #4146DC;
}
</style>
background-color css
<style>
a { background-color: #4146DC; }
a { background-color: rgb(65,70,220); }
div.DivClassName
{
background-color: #4146DC;
}
.BgClassName
{
background-color: #4146DC;
}
</style>
border-color css
<style>
span { border-color: #4146DC; }
span { border-color: rgb(65,70,220); }
td.TdClassName
{
border-color: #4146DC;
}
.TagClassName
{
border-color: #4146DC;
}
</style>