Shades of Free Speech Blue #446DC2
Tints of Free Speech Blue #446DC2
RGB
CMYK
RGB Variations
Color information
#446DC2 (or 0x446DC2) is known color: Free Speech Blue. HEX triplet: 44, 6D and C2. RGB value is (68,109,194). Sum of RGB (Red+Green+Blue) = 68+109+194=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #446DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DC2 is #BB923D. Grayscale: #6A6A6A. Windows color (decimal): -12292670 or 12741956. OLE color: 12741956.
HSL color Cylindrical-coordinate representation of color #446DC2: hue angle of 220.48º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #446DC2 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 109 | 194 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.24 |
| HSL | 220.48º | 0.51% | 0.51% | - |
| HSV(B) | 220.48º | 0.65% | 0.76% | - |
| XYZ | 17.59 | 16.06 | 53.21 | - |
| YUV | 106.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 194 | 0.65 | 0.44 | 0 | 0.24 | 220.48 | 0.51 | 0.51 |
| Hex | 44 | 6D | C2 | 41 | 2C | 0 | 18 | DC | 33 | 33 |
| Octal | 104 | 155 | 302 | 101 | 54 | 0 | 30 | 334 | 63 | 63 |
| Binary | 1000100 | 1101101 | 11000010 | 1000001 | 101100 | 0 | 11000 | 11011100 | 110011 | 110011 |
Color Harmonies of #446DC2
Complementary color
Monochromatic Colors of #446DC2
Black with #446DC2
Text Example
Text Example
White with #446DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DC2; }
p { color: rgb(68,109,194); }
H1.HeaderClassName
{
color: #446DC2;
}
.AnyTagClassName
{
color: #446DC2;
}
</style>
background-color css
<style>
a { background-color: #446DC2; }
a { background-color: rgb(68,109,194); }
div.DivClassName
{
background-color: #446DC2;
}
.BgClassName
{
background-color: #446DC2;
}
</style>
border-color css
<style>
span { border-color: #446DC2; }
span { border-color: rgb(68,109,194); }
td.TdClassName
{
border-color: #446DC2;
}
.TagClassName
{
border-color: #446DC2;
}
</style>