Shades of Free Speech Blue #446DC7
Tints of Free Speech Blue #446DC7
RGB
CMYK
RGB Variations
Color information
#446DC7 (or 0x446DC7) is known color: Free Speech Blue. HEX triplet: 44, 6D and C7. RGB value is (68,109,199). Sum of RGB (Red+Green+Blue) = 68+109+199=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 199 (78.12% from 255 or 52.93% from 376); Max value from RGB is 199 - color contains mainly: blue. Hex color #446DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DC7 is #BB9238. Grayscale: #6A6A6A. Windows color (decimal): -12292665 or 13069636. OLE color: 13069636.
HSL color Cylindrical-coordinate representation of color #446DC7: hue angle of 221.22º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #446DC7 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 109 | 199 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.22 |
| HSL | 221.22º | 0.54% | 0.52% | - |
| HSV(B) | 221.22º | 0.66% | 0.78% | - |
| XYZ | 18.16 | 16.29 | 56.22 | - |
| YUV | 107 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 199 | 0.66 | 0.45 | 0 | 0.22 | 221.22 | 0.54 | 0.52 |
| Hex | 44 | 6D | C7 | 42 | 2D | 0 | 16 | DD | 36 | 34 |
| Octal | 104 | 155 | 307 | 102 | 55 | 0 | 26 | 335 | 66 | 64 |
| Binary | 1000100 | 1101101 | 11000111 | 1000010 | 101101 | 0 | 10110 | 11011101 | 110110 | 110100 |
Color Harmonies of #446DC7
Complementary color
Monochromatic Colors of #446DC7
Black with #446DC7
Text Example
Text Example
White with #446DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DC7; }
p { color: rgb(68,109,199); }
H1.HeaderClassName
{
color: #446DC7;
}
.AnyTagClassName
{
color: #446DC7;
}
</style>
background-color css
<style>
a { background-color: #446DC7; }
a { background-color: rgb(68,109,199); }
div.DivClassName
{
background-color: #446DC7;
}
.BgClassName
{
background-color: #446DC7;
}
</style>
border-color css
<style>
span { border-color: #446DC7; }
span { border-color: rgb(68,109,199); }
td.TdClassName
{
border-color: #446DC7;
}
.TagClassName
{
border-color: #446DC7;
}
</style>