Shades of Free Speech Blue #4148BC
Tints of Free Speech Blue #4148BC
RGB
CMYK
RGB Variations
Color information
#4148BC (or 0x4148BC) is known color: Free Speech Blue. HEX triplet: 41, 48 and BC. RGB value is (65,72,188). Sum of RGB (Red+Green+Blue) = 65+72+188=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #4148BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4148BC is #BEB743. Grayscale: #525252. Windows color (decimal): -12498756 or 12339265. OLE color: 12339265.
HSL color Cylindrical-coordinate representation of color #4148BC: hue angle of 236.59º 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 #4148BC is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 72 | 188 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.26 |
| HSL | 236.59º | 0.49% | 0.5% | - |
| HSV(B) | 236.59º | 0.65% | 0.74% | - |
| XYZ | 13.57 | 9.39 | 48.67 | - |
| YUV | 83.13 | 187.18 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 188 | 0.65 | 0.62 | 0 | 0.26 | 236.59 | 0.49 | 0.5 |
| Hex | 41 | 48 | BC | 41 | 3E | 0 | 1A | ED | 31 | 32 |
| Octal | 101 | 110 | 274 | 101 | 76 | 0 | 32 | 355 | 61 | 62 |
| Binary | 1000001 | 1001000 | 10111100 | 1000001 | 111110 | 0 | 11010 | 11101101 | 110001 | 110010 |
Color Harmonies of #4148BC
Complementary color
Monochromatic Colors of #4148BC
Black with #4148BC
Text Example
Text Example
White with #4148BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4148BC; }
p { color: rgb(65,72,188); }
H1.HeaderClassName
{
color: #4148BC;
}
.AnyTagClassName
{
color: #4148BC;
}
</style>
background-color css
<style>
a { background-color: #4148BC; }
a { background-color: rgb(65,72,188); }
div.DivClassName
{
background-color: #4148BC;
}
.BgClassName
{
background-color: #4148BC;
}
</style>
border-color css
<style>
span { border-color: #4148BC; }
span { border-color: rgb(65,72,188); }
td.TdClassName
{
border-color: #4148BC;
}
.TagClassName
{
border-color: #4148BC;
}
</style>