Shades of Free Speech Blue #4442CC
Tints of Free Speech Blue #4442CC
RGB
CMYK
RGB Variations
Color information
#4442CC (or 0x4442CC) is known color: Free Speech Blue. HEX triplet: 44, 42 and CC. RGB value is (68,66,204). Sum of RGB (Red+Green+Blue) = 68+66+204=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #4442CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4442CC is #BBBD33. Grayscale: #515151. Windows color (decimal): -12303668 or 13386308. OLE color: 13386308.
HSL color Cylindrical-coordinate representation of color #4442CC: hue angle of 240.87º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4442CC is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 66 | 204 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.2 |
| HSL | 240.87º | 0.58% | 0.53% | - |
| HSV(B) | 240.87º | 0.68% | 0.8% | - |
| XYZ | 15.23 | 9.49 | 58.15 | - |
| YUV | 82.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 204 | 0.67 | 0.68 | 0 | 0.2 | 240.87 | 0.58 | 0.53 |
| Hex | 44 | 42 | CC | 43 | 44 | 0 | 14 | F1 | 3A | 35 |
| Octal | 104 | 102 | 314 | 103 | 104 | 0 | 24 | 361 | 72 | 65 |
| Binary | 1000100 | 1000010 | 11001100 | 1000011 | 1000100 | 0 | 10100 | 11110001 | 111010 | 110101 |
Color Harmonies of #4442CC
Complementary color
Monochromatic Colors of #4442CC
Black with #4442CC
Text Example
Text Example
White with #4442CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4442CC; }
p { color: rgb(68,66,204); }
H1.HeaderClassName
{
color: #4442CC;
}
.AnyTagClassName
{
color: #4442CC;
}
</style>
background-color css
<style>
a { background-color: #4442CC; }
a { background-color: rgb(68,66,204); }
div.DivClassName
{
background-color: #4442CC;
}
.BgClassName
{
background-color: #4442CC;
}
</style>
border-color css
<style>
span { border-color: #4442CC; }
span { border-color: rgb(68,66,204); }
td.TdClassName
{
border-color: #4442CC;
}
.TagClassName
{
border-color: #4442CC;
}
</style>