Shades of Free Speech Blue #4550C0
Tints of Free Speech Blue #4550C0
RGB
CMYK
RGB Variations
Color information
#4550C0 (or 0x4550C0) is known color: Free Speech Blue. HEX triplet: 45, 50 and C0. RGB value is (69,80,192). Sum of RGB (Red+Green+Blue) = 69+80+192=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #4550C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4550C0 is #BAAF3F. Grayscale: #595959. Windows color (decimal): -12234560 or 12603461. OLE color: 12603461.
HSL color Cylindrical-coordinate representation of color #4550C0: hue angle of 234.63º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4550C0 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 80 | 192 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.25 |
| HSL | 234.63º | 0.49% | 0.51% | - |
| HSV(B) | 234.63º | 0.64% | 0.75% | - |
| XYZ | 14.84 | 10.81 | 51.17 | - |
| YUV | 89.48 | 185.86 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 192 | 0.64 | 0.58 | 0 | 0.25 | 234.63 | 0.49 | 0.51 |
| Hex | 45 | 50 | C0 | 40 | 3A | 0 | 19 | EB | 31 | 33 |
| Octal | 105 | 120 | 300 | 100 | 72 | 0 | 31 | 353 | 61 | 63 |
| Binary | 1000101 | 1010000 | 11000000 | 1000000 | 111010 | 0 | 11001 | 11101011 | 110001 | 110011 |
Color Harmonies of #4550C0
Complementary color
Monochromatic Colors of #4550C0
Black with #4550C0
Text Example
Text Example
White with #4550C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4550C0; }
p { color: rgb(69,80,192); }
H1.HeaderClassName
{
color: #4550C0;
}
.AnyTagClassName
{
color: #4550C0;
}
</style>
background-color css
<style>
a { background-color: #4550C0; }
a { background-color: rgb(69,80,192); }
div.DivClassName
{
background-color: #4550C0;
}
.BgClassName
{
background-color: #4550C0;
}
</style>
border-color css
<style>
span { border-color: #4550C0; }
span { border-color: rgb(69,80,192); }
td.TdClassName
{
border-color: #4550C0;
}
.TagClassName
{
border-color: #4550C0;
}
</style>