Shades of Free Speech Blue #4545C1
Tints of Free Speech Blue #4545C1
RGB
CMYK
RGB Variations
Color information
#4545C1 (or 0x4545C1) is known color: Free Speech Blue. HEX triplet: 45, 45 and C1. RGB value is (69,69,193). Sum of RGB (Red+Green+Blue) = 69+69+193=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 193 (75.78% from 255 or 58.31% from 331); Max value from RGB is 193 - color contains mainly: blue. Hex color #4545C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4545C1 is #BABA3E. Grayscale: #525252. Windows color (decimal): -12237375 or 12666181. OLE color: 12666181.
HSL color Cylindrical-coordinate representation of color #4545C1: hue angle of 240º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4545C1 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 69 | 193 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.24 |
| HSL | 240º | 0.5% | 0.51% | - |
| HSV(B) | 240º | 0.64% | 0.76% | - |
| XYZ | 14.21 | 9.37 | 51.51 | - |
| YUV | 83.14 | 190 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 193 | 0.64 | 0.64 | 0 | 0.24 | 240 | 0.5 | 0.51 |
| Hex | 45 | 45 | C1 | 40 | 40 | 0 | 18 | F0 | 32 | 33 |
| Octal | 105 | 105 | 301 | 100 | 100 | 0 | 30 | 360 | 62 | 63 |
| Binary | 1000101 | 1000101 | 11000001 | 1000000 | 1000000 | 0 | 11000 | 11110000 | 110010 | 110011 |
Color Harmonies of #4545C1
Complementary color
Monochromatic Colors of #4545C1
Black with #4545C1
Text Example
Text Example
White with #4545C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4545C1; }
p { color: rgb(69,69,193); }
H1.HeaderClassName
{
color: #4545C1;
}
.AnyTagClassName
{
color: #4545C1;
}
</style>
background-color css
<style>
a { background-color: #4545C1; }
a { background-color: rgb(69,69,193); }
div.DivClassName
{
background-color: #4545C1;
}
.BgClassName
{
background-color: #4545C1;
}
</style>
border-color css
<style>
span { border-color: #4545C1; }
span { border-color: rgb(69,69,193); }
td.TdClassName
{
border-color: #4545C1;
}
.TagClassName
{
border-color: #4545C1;
}
</style>