Shades of Free Speech Blue #4143C0
Tints of Free Speech Blue #4143C0
RGB
CMYK
RGB Variations
Color information
#4143C0 (or 0x4143C0) is known color: Free Speech Blue. HEX triplet: 41, 43 and C0. RGB value is (65,67,192). Sum of RGB (Red+Green+Blue) = 65+67+192=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #4143C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4143C0 is #BEBC3F. Grayscale: #505050. Windows color (decimal): -12500032 or 12600129. OLE color: 12600129.
HSL color Cylindrical-coordinate representation of color #4143C0: hue angle of 239.06º 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 #4143C0 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 67 | 192 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.25 |
| HSL | 239.06º | 0.5% | 0.5% | - |
| HSV(B) | 239.06º | 0.66% | 0.75% | - |
| XYZ | 13.7 | 8.94 | 50.87 | - |
| YUV | 80.65 | 190.84 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 192 | 0.66 | 0.65 | 0 | 0.25 | 239.06 | 0.5 | 0.5 |
| Hex | 41 | 43 | C0 | 42 | 41 | 0 | 19 | EF | 32 | 32 |
| Octal | 101 | 103 | 300 | 102 | 101 | 0 | 31 | 357 | 62 | 62 |
| Binary | 1000001 | 1000011 | 11000000 | 1000010 | 1000001 | 0 | 11001 | 11101111 | 110010 | 110010 |
Color Harmonies of #4143C0
Complementary color
Monochromatic Colors of #4143C0
Black with #4143C0
Text Example
Text Example
White with #4143C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4143C0; }
p { color: rgb(65,67,192); }
H1.HeaderClassName
{
color: #4143C0;
}
.AnyTagClassName
{
color: #4143C0;
}
</style>
background-color css
<style>
a { background-color: #4143C0; }
a { background-color: rgb(65,67,192); }
div.DivClassName
{
background-color: #4143C0;
}
.BgClassName
{
background-color: #4143C0;
}
</style>
border-color css
<style>
span { border-color: #4143C0; }
span { border-color: rgb(65,67,192); }
td.TdClassName
{
border-color: #4143C0;
}
.TagClassName
{
border-color: #4143C0;
}
</style>