Shades of Free Speech Blue #4550DC
Tints of Free Speech Blue #4550DC
RGB
CMYK
RGB Variations
Color information
#4550DC (or 0x4550DC) is known color: Free Speech Blue. HEX triplet: 45, 50 and DC. RGB value is (69,80,220). Sum of RGB (Red+Green+Blue) = 69+80+220=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #4550DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4550DC is #BAAF23. Grayscale: #5C5C5C. Windows color (decimal): -12234532 or 14438469. OLE color: 14438469.
HSL color Cylindrical-coordinate representation of color #4550DC: hue angle of 235.63º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4550DC is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 80 | 220 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.14 |
| HSL | 235.63º | 0.68% | 0.57% | - |
| HSV(B) | 235.63º | 0.69% | 0.86% | - |
| XYZ | 18.24 | 12.17 | 69.1 | - |
| YUV | 92.67 | 199.86 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 220 | 0.69 | 0.64 | 0 | 0.14 | 235.63 | 0.68 | 0.57 |
| Hex | 45 | 50 | DC | 45 | 40 | 0 | E | EC | 44 | 39 |
| Octal | 105 | 120 | 334 | 105 | 100 | 0 | 16 | 354 | 104 | 71 |
| Binary | 1000101 | 1010000 | 11011100 | 1000101 | 1000000 | 0 | 1110 | 11101100 | 1000100 | 111001 |
Color Harmonies of #4550DC
Complementary color
Monochromatic Colors of #4550DC
Black with #4550DC
Text Example
Text Example
White with #4550DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4550DC; }
p { color: rgb(69,80,220); }
H1.HeaderClassName
{
color: #4550DC;
}
.AnyTagClassName
{
color: #4550DC;
}
</style>
background-color css
<style>
a { background-color: #4550DC; }
a { background-color: rgb(69,80,220); }
div.DivClassName
{
background-color: #4550DC;
}
.BgClassName
{
background-color: #4550DC;
}
</style>
border-color css
<style>
span { border-color: #4550DC; }
span { border-color: rgb(69,80,220); }
td.TdClassName
{
border-color: #4550DC;
}
.TagClassName
{
border-color: #4550DC;
}
</style>