Shades of Free Speech Blue #4143BC
Tints of Free Speech Blue #4143BC
RGB
CMYK
RGB Variations
Color information
#4143BC (or 0x4143BC) is known color: Free Speech Blue. HEX triplet: 41, 43 and BC. RGB value is (65,67,188). Sum of RGB (Red+Green+Blue) = 65+67+188=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #4143BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4143BC is #BEBC43. Grayscale: #4F4F4F. Windows color (decimal): -12500036 or 12337985. OLE color: 12337985.
HSL color Cylindrical-coordinate representation of color #4143BC: hue angle of 239.02º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4143BC is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 67 | 188 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.26 |
| HSL | 239.02º | 0.49% | 0.5% | - |
| HSV(B) | 239.02º | 0.65% | 0.74% | - |
| XYZ | 13.26 | 8.77 | 48.57 | - |
| YUV | 80.2 | 188.84 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 188 | 0.65 | 0.64 | 0 | 0.26 | 239.02 | 0.49 | 0.5 |
| Hex | 41 | 43 | BC | 41 | 40 | 0 | 1A | EF | 31 | 32 |
| Octal | 101 | 103 | 274 | 101 | 100 | 0 | 32 | 357 | 61 | 62 |
| Binary | 1000001 | 1000011 | 10111100 | 1000001 | 1000000 | 0 | 11010 | 11101111 | 110001 | 110010 |
Color Harmonies of #4143BC
Complementary color
Monochromatic Colors of #4143BC
Black with #4143BC
Text Example
Text Example
White with #4143BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4143BC; }
p { color: rgb(65,67,188); }
H1.HeaderClassName
{
color: #4143BC;
}
.AnyTagClassName
{
color: #4143BC;
}
</style>
background-color css
<style>
a { background-color: #4143BC; }
a { background-color: rgb(65,67,188); }
div.DivClassName
{
background-color: #4143BC;
}
.BgClassName
{
background-color: #4143BC;
}
</style>
border-color css
<style>
span { border-color: #4143BC; }
span { border-color: rgb(65,67,188); }
td.TdClassName
{
border-color: #4143BC;
}
.TagClassName
{
border-color: #4143BC;
}
</style>