Shades of Free Speech Blue #445DB6
Tints of Free Speech Blue #445DB6
RGB
CMYK
RGB Variations
Color information
#445DB6 (or 0x445DB6) is known color: Free Speech Blue. HEX triplet: 44, 5D and B6. RGB value is (68,93,182). Sum of RGB (Red+Green+Blue) = 68+93+182=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #445DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DB6 is #BBA249. Grayscale: #5F5F5F. Windows color (decimal): -12296778 or 11951428. OLE color: 11951428.
HSL color Cylindrical-coordinate representation of color #445DB6: hue angle of 226.84º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #445DB6 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 93 | 182 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.29 |
| HSL | 226.84º | 0.46% | 0.49% | - |
| HSV(B) | 226.84º | 0.63% | 0.71% | - |
| XYZ | 14.74 | 12.44 | 45.88 | - |
| YUV | 95.67 | 176.72 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 182 | 0.63 | 0.49 | 0 | 0.29 | 226.84 | 0.46 | 0.49 |
| Hex | 44 | 5D | B6 | 3F | 31 | 0 | 1D | E3 | 2E | 31 |
| Octal | 104 | 135 | 266 | 77 | 61 | 0 | 35 | 343 | 56 | 61 |
| Binary | 1000100 | 1011101 | 10110110 | 111111 | 110001 | 0 | 11101 | 11100011 | 101110 | 110001 |
Color Harmonies of #445DB6
Complementary color
Monochromatic Colors of #445DB6
Black with #445DB6
Text Example
Text Example
White with #445DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DB6; }
p { color: rgb(68,93,182); }
H1.HeaderClassName
{
color: #445DB6;
}
.AnyTagClassName
{
color: #445DB6;
}
</style>
background-color css
<style>
a { background-color: #445DB6; }
a { background-color: rgb(68,93,182); }
div.DivClassName
{
background-color: #445DB6;
}
.BgClassName
{
background-color: #445DB6;
}
</style>
border-color css
<style>
span { border-color: #445DB6; }
span { border-color: rgb(68,93,182); }
td.TdClassName
{
border-color: #445DB6;
}
.TagClassName
{
border-color: #445DB6;
}
</style>