Shades of Free Speech Blue #4550BD
Tints of Free Speech Blue #4550BD
RGB
CMYK
RGB Variations
Color information
#4550BD (or 0x4550BD) is known color: Free Speech Blue. HEX triplet: 45, 50 and BD. RGB value is (69,80,189). Sum of RGB (Red+Green+Blue) = 69+80+189=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #4550BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4550BD is #BAAF42. Grayscale: #585858. Windows color (decimal): -12234563 or 12406853. OLE color: 12406853.
HSL color Cylindrical-coordinate representation of color #4550BD: hue angle of 234.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4550BD is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 80 | 189 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.26 |
| HSL | 234.5º | 0.48% | 0.51% | - |
| HSV(B) | 234.5º | 0.63% | 0.74% | - |
| XYZ | 14.51 | 10.68 | 49.44 | - |
| YUV | 89.14 | 184.36 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 189 | 0.63 | 0.58 | 0 | 0.26 | 234.5 | 0.48 | 0.51 |
| Hex | 45 | 50 | BD | 3F | 3A | 0 | 1A | EA | 30 | 33 |
| Octal | 105 | 120 | 275 | 77 | 72 | 0 | 32 | 352 | 60 | 63 |
| Binary | 1000101 | 1010000 | 10111101 | 111111 | 111010 | 0 | 11010 | 11101010 | 110000 | 110011 |
Color Harmonies of #4550BD
Complementary color
Monochromatic Colors of #4550BD
Black with #4550BD
Text Example
Text Example
White with #4550BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4550BD; }
p { color: rgb(69,80,189); }
H1.HeaderClassName
{
color: #4550BD;
}
.AnyTagClassName
{
color: #4550BD;
}
</style>
background-color css
<style>
a { background-color: #4550BD; }
a { background-color: rgb(69,80,189); }
div.DivClassName
{
background-color: #4550BD;
}
.BgClassName
{
background-color: #4550BD;
}
</style>
border-color css
<style>
span { border-color: #4550BD; }
span { border-color: rgb(69,80,189); }
td.TdClassName
{
border-color: #4550BD;
}
.TagClassName
{
border-color: #4550BD;
}
</style>