Shades of Free Speech Blue #4446CC
Tints of Free Speech Blue #4446CC
RGB
CMYK
RGB Variations
Color information
#4446CC (or 0x4446CC) is known color: Free Speech Blue. HEX triplet: 44, 46 and CC. RGB value is (68,70,204). Sum of RGB (Red+Green+Blue) = 68+70+204=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #4446CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4446CC is #BBB933. Grayscale: #545454. Windows color (decimal): -12302644 or 13387332. OLE color: 13387332.
HSL color Cylindrical-coordinate representation of color #4446CC: hue angle of 239.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4446CC is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 70 | 204 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.2 |
| HSL | 239.12º | 0.57% | 0.53% | - |
| HSV(B) | 239.12º | 0.67% | 0.8% | - |
| XYZ | 15.47 | 9.97 | 58.24 | - |
| YUV | 84.68 | 195.34 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 204 | 0.67 | 0.66 | 0 | 0.2 | 239.12 | 0.57 | 0.53 |
| Hex | 44 | 46 | CC | 43 | 42 | 0 | 14 | EF | 39 | 35 |
| Octal | 104 | 106 | 314 | 103 | 102 | 0 | 24 | 357 | 71 | 65 |
| Binary | 1000100 | 1000110 | 11001100 | 1000011 | 1000010 | 0 | 10100 | 11101111 | 111001 | 110101 |
Color Harmonies of #4446CC
Complementary color
Monochromatic Colors of #4446CC
Black with #4446CC
Text Example
Text Example
White with #4446CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4446CC; }
p { color: rgb(68,70,204); }
H1.HeaderClassName
{
color: #4446CC;
}
.AnyTagClassName
{
color: #4446CC;
}
</style>
background-color css
<style>
a { background-color: #4446CC; }
a { background-color: rgb(68,70,204); }
div.DivClassName
{
background-color: #4446CC;
}
.BgClassName
{
background-color: #4446CC;
}
</style>
border-color css
<style>
span { border-color: #4446CC; }
span { border-color: rgb(68,70,204); }
td.TdClassName
{
border-color: #4446CC;
}
.TagClassName
{
border-color: #4446CC;
}
</style>