Shades of Free Speech Blue #4456BA
Tints of Free Speech Blue #4456BA
RGB
CMYK
RGB Variations
Color information
#4456BA (or 0x4456BA) is known color: Free Speech Blue. HEX triplet: 44, 56 and BA. RGB value is (68,86,186). Sum of RGB (Red+Green+Blue) = 68+86+186=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #4456BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4456BA is #BBA945. Grayscale: #5B5B5B. Windows color (decimal): -12298566 or 12211780. OLE color: 12211780.
HSL color Cylindrical-coordinate representation of color #4456BA: hue angle of 230.85º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4456BA is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 86 | 186 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.27 |
| HSL | 230.85º | 0.46% | 0.5% | - |
| HSV(B) | 230.85º | 0.63% | 0.73% | - |
| XYZ | 14.57 | 11.43 | 47.89 | - |
| YUV | 92.02 | 181.04 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 186 | 0.63 | 0.54 | 0 | 0.27 | 230.85 | 0.46 | 0.5 |
| Hex | 44 | 56 | BA | 3F | 36 | 0 | 1B | E7 | 2E | 32 |
| Octal | 104 | 126 | 272 | 77 | 66 | 0 | 33 | 347 | 56 | 62 |
| Binary | 1000100 | 1010110 | 10111010 | 111111 | 110110 | 0 | 11011 | 11100111 | 101110 | 110010 |
Color Harmonies of #4456BA
Complementary color
Monochromatic Colors of #4456BA
Black with #4456BA
Text Example
Text Example
White with #4456BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4456BA; }
p { color: rgb(68,86,186); }
H1.HeaderClassName
{
color: #4456BA;
}
.AnyTagClassName
{
color: #4456BA;
}
</style>
background-color css
<style>
a { background-color: #4456BA; }
a { background-color: rgb(68,86,186); }
div.DivClassName
{
background-color: #4456BA;
}
.BgClassName
{
background-color: #4456BA;
}
</style>
border-color css
<style>
span { border-color: #4456BA; }
span { border-color: rgb(68,86,186); }
td.TdClassName
{
border-color: #4456BA;
}
.TagClassName
{
border-color: #4456BA;
}
</style>