Shades of Free Speech Blue #446CC2
Tints of Free Speech Blue #446CC2
RGB
CMYK
RGB Variations
Color information
#446CC2 (or 0x446CC2) is known color: Free Speech Blue. HEX triplet: 44, 6C and C2. RGB value is (68,108,194). Sum of RGB (Red+Green+Blue) = 68+108+194=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #446CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446CC2 is #BB933D. Grayscale: #696969. Windows color (decimal): -12292926 or 12741700. OLE color: 12741700.
HSL color Cylindrical-coordinate representation of color #446CC2: hue angle of 220.95º 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 #446CC2 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 108 | 194 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.24 |
| HSL | 220.95º | 0.51% | 0.51% | - |
| HSV(B) | 220.95º | 0.65% | 0.76% | - |
| XYZ | 17.48 | 15.85 | 53.18 | - |
| YUV | 105.84 | 177.75 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 194 | 0.65 | 0.44 | 0 | 0.24 | 220.95 | 0.51 | 0.51 |
| Hex | 44 | 6C | C2 | 41 | 2C | 0 | 18 | DD | 33 | 33 |
| Octal | 104 | 154 | 302 | 101 | 54 | 0 | 30 | 335 | 63 | 63 |
| Binary | 1000100 | 1101100 | 11000010 | 1000001 | 101100 | 0 | 11000 | 11011101 | 110011 | 110011 |
Color Harmonies of #446CC2
Complementary color
Monochromatic Colors of #446CC2
Black with #446CC2
Text Example
Text Example
White with #446CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446CC2; }
p { color: rgb(68,108,194); }
H1.HeaderClassName
{
color: #446CC2;
}
.AnyTagClassName
{
color: #446CC2;
}
</style>
background-color css
<style>
a { background-color: #446CC2; }
a { background-color: rgb(68,108,194); }
div.DivClassName
{
background-color: #446CC2;
}
.BgClassName
{
background-color: #446CC2;
}
</style>
border-color css
<style>
span { border-color: #446CC2; }
span { border-color: rgb(68,108,194); }
td.TdClassName
{
border-color: #446CC2;
}
.TagClassName
{
border-color: #446CC2;
}
</style>