Shades of Free Speech Blue #4464CC
Tints of Free Speech Blue #4464CC
RGB
CMYK
RGB Variations
Color information
#4464CC (or 0x4464CC) is known color: Free Speech Blue. HEX triplet: 44, 64 and CC. RGB value is (68,100,204). Sum of RGB (Red+Green+Blue) = 68+100+204=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #4464CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4464CC is #BB9B33. Grayscale: #656565. Windows color (decimal): -12294964 or 13395012. OLE color: 13395012.
HSL color Cylindrical-coordinate representation of color #4464CC: hue angle of 225.88º 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 #4464CC is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 100 | 204 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.2 |
| HSL | 225.88º | 0.57% | 0.53% | - |
| HSV(B) | 225.88º | 0.67% | 0.8% | - |
| XYZ | 17.84 | 14.7 | 59.02 | - |
| YUV | 102.29 | 185.4 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 204 | 0.67 | 0.51 | 0 | 0.2 | 225.88 | 0.57 | 0.53 |
| Hex | 44 | 64 | CC | 43 | 33 | 0 | 14 | E2 | 39 | 35 |
| Octal | 104 | 144 | 314 | 103 | 63 | 0 | 24 | 342 | 71 | 65 |
| Binary | 1000100 | 1100100 | 11001100 | 1000011 | 110011 | 0 | 10100 | 11100010 | 111001 | 110101 |
Color Harmonies of #4464CC
Complementary color
Monochromatic Colors of #4464CC
Black with #4464CC
Text Example
Text Example
White with #4464CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4464CC; }
p { color: rgb(68,100,204); }
H1.HeaderClassName
{
color: #4464CC;
}
.AnyTagClassName
{
color: #4464CC;
}
</style>
background-color css
<style>
a { background-color: #4464CC; }
a { background-color: rgb(68,100,204); }
div.DivClassName
{
background-color: #4464CC;
}
.BgClassName
{
background-color: #4464CC;
}
</style>
border-color css
<style>
span { border-color: #4464CC; }
span { border-color: rgb(68,100,204); }
td.TdClassName
{
border-color: #4464CC;
}
.TagClassName
{
border-color: #4464CC;
}
</style>