Shades of Free Speech Blue #4444CC
Tints of Free Speech Blue #4444CC
RGB
CMYK
RGB Variations
Color information
#4444CC (or 0x4444CC) is known color: Free Speech Blue. HEX triplet: 44, 44 and CC. RGB value is (68,68,204). Sum of RGB (Red+Green+Blue) = 68+68+204=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #4444CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4444CC is #BBBB33. Grayscale: #525252. Windows color (decimal): -12303156 or 13386820. OLE color: 13386820.
HSL color Cylindrical-coordinate representation of color #4444CC: hue angle of 240º 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 #4444CC is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 68 | 204 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.2 |
| HSL | 240º | 0.57% | 0.53% | - |
| HSV(B) | 240º | 0.67% | 0.8% | - |
| XYZ | 15.35 | 9.72 | 58.19 | - |
| YUV | 83.5 | 196 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 68 | 204 | 0.67 | 0.67 | 0 | 0.2 | 240 | 0.57 | 0.53 |
| Hex | 44 | 44 | CC | 43 | 43 | 0 | 14 | F0 | 39 | 35 |
| Octal | 104 | 104 | 314 | 103 | 103 | 0 | 24 | 360 | 71 | 65 |
| Binary | 1000100 | 1000100 | 11001100 | 1000011 | 1000011 | 0 | 10100 | 11110000 | 111001 | 110101 |
Color Harmonies of #4444CC
Complementary color
Monochromatic Colors of #4444CC
Black with #4444CC
Text Example
Text Example
White with #4444CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4444CC; }
p { color: rgb(68,68,204); }
H1.HeaderClassName
{
color: #4444CC;
}
.AnyTagClassName
{
color: #4444CC;
}
</style>
background-color css
<style>
a { background-color: #4444CC; }
a { background-color: rgb(68,68,204); }
div.DivClassName
{
background-color: #4444CC;
}
.BgClassName
{
background-color: #4444CC;
}
</style>
border-color css
<style>
span { border-color: #4444CC; }
span { border-color: rgb(68,68,204); }
td.TdClassName
{
border-color: #4444CC;
}
.TagClassName
{
border-color: #4444CC;
}
</style>