Shades of Free Speech Blue #4541BC
Tints of Free Speech Blue #4541BC
RGB
CMYK
RGB Variations
Color information
#4541BC (or 0x4541BC) is known color: Free Speech Blue. HEX triplet: 45, 41 and BC. RGB value is (69,65,188). Sum of RGB (Red+Green+Blue) = 69+65+188=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #4541BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4541BC is #BABE43. Grayscale: #4F4F4F. Windows color (decimal): -12238404 or 12337477. OLE color: 12337477.
HSL color Cylindrical-coordinate representation of color #4541BC: hue angle of 241.95º 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 #4541BC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 65 | 188 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.26 |
| HSL | 241.95º | 0.49% | 0.5% | - |
| HSV(B) | 241.95º | 0.65% | 0.74% | - |
| XYZ | 13.42 | 8.68 | 48.54 | - |
| YUV | 80.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 188 | 0.63 | 0.65 | 0 | 0.26 | 241.95 | 0.49 | 0.5 |
| Hex | 45 | 41 | BC | 3F | 41 | 0 | 1A | F2 | 31 | 32 |
| Octal | 105 | 101 | 274 | 77 | 101 | 0 | 32 | 362 | 61 | 62 |
| Binary | 1000101 | 1000001 | 10111100 | 111111 | 1000001 | 0 | 11010 | 11110010 | 110001 | 110010 |
Color Harmonies of #4541BC
Complementary color
Monochromatic Colors of #4541BC
Black with #4541BC
Text Example
Text Example
White with #4541BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4541BC; }
p { color: rgb(69,65,188); }
H1.HeaderClassName
{
color: #4541BC;
}
.AnyTagClassName
{
color: #4541BC;
}
</style>
background-color css
<style>
a { background-color: #4541BC; }
a { background-color: rgb(69,65,188); }
div.DivClassName
{
background-color: #4541BC;
}
.BgClassName
{
background-color: #4541BC;
}
</style>
border-color css
<style>
span { border-color: #4541BC; }
span { border-color: rgb(69,65,188); }
td.TdClassName
{
border-color: #4541BC;
}
.TagClassName
{
border-color: #4541BC;
}
</style>