Shades of Free Speech Blue #446BBC
Tints of Free Speech Blue #446BBC
RGB
CMYK
RGB Variations
Color information
#446BBC (or 0x446BBC) is known color: Free Speech Blue. HEX triplet: 44, 6B and BC. RGB value is (68,107,188). Sum of RGB (Red+Green+Blue) = 68+107+188=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #446BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BBC is #BB9443. Grayscale: #686868. Windows color (decimal): -12293188 or 12348228. OLE color: 12348228.
HSL color Cylindrical-coordinate representation of color #446BBC: hue angle of 220.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #446BBC is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 107 | 188 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.26 |
| HSL | 220.5º | 0.47% | 0.5% | - |
| HSV(B) | 220.5º | 0.64% | 0.74% | - |
| XYZ | 16.72 | 15.38 | 49.66 | - |
| YUV | 104.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 188 | 0.64 | 0.43 | 0 | 0.26 | 220.5 | 0.47 | 0.5 |
| Hex | 44 | 6B | BC | 40 | 2B | 0 | 1A | DC | 2F | 32 |
| Octal | 104 | 153 | 274 | 100 | 53 | 0 | 32 | 334 | 57 | 62 |
| Binary | 1000100 | 1101011 | 10111100 | 1000000 | 101011 | 0 | 11010 | 11011100 | 101111 | 110010 |
Color Harmonies of #446BBC
Complementary color
Monochromatic Colors of #446BBC
Black with #446BBC
Text Example
Text Example
White with #446BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BBC; }
p { color: rgb(68,107,188); }
H1.HeaderClassName
{
color: #446BBC;
}
.AnyTagClassName
{
color: #446BBC;
}
</style>
background-color css
<style>
a { background-color: #446BBC; }
a { background-color: rgb(68,107,188); }
div.DivClassName
{
background-color: #446BBC;
}
.BgClassName
{
background-color: #446BBC;
}
</style>
border-color css
<style>
span { border-color: #446BBC; }
span { border-color: rgb(68,107,188); }
td.TdClassName
{
border-color: #446BBC;
}
.TagClassName
{
border-color: #446BBC;
}
</style>