Shades of Free Speech Blue #444CC6
Tints of Free Speech Blue #444CC6
RGB
CMYK
RGB Variations
Color information
#444CC6 (or 0x444CC6) is known color: Free Speech Blue. HEX triplet: 44, 4C and C6. RGB value is (68,76,198). Sum of RGB (Red+Green+Blue) = 68+76+198=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 198 (77.73% from 255 or 57.89% from 342); Max value from RGB is 198 - color contains mainly: blue. Hex color #444CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CC6 is #BBB339. Grayscale: #575757. Windows color (decimal): -12301114 or 12995652. OLE color: 12995652.
HSL color Cylindrical-coordinate representation of color #444CC6: hue angle of 236.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #444CC6 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 76 | 198 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.22 |
| HSL | 236.31º | 0.53% | 0.52% | - |
| HSV(B) | 236.31º | 0.66% | 0.78% | - |
| XYZ | 15.16 | 10.48 | 54.65 | - |
| YUV | 87.52 | 190.35 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 198 | 0.66 | 0.62 | 0 | 0.22 | 236.31 | 0.53 | 0.52 |
| Hex | 44 | 4C | C6 | 42 | 3E | 0 | 16 | EC | 35 | 34 |
| Octal | 104 | 114 | 306 | 102 | 76 | 0 | 26 | 354 | 65 | 64 |
| Binary | 1000100 | 1001100 | 11000110 | 1000010 | 111110 | 0 | 10110 | 11101100 | 110101 | 110100 |
Color Harmonies of #444CC6
Complementary color
Monochromatic Colors of #444CC6
Black with #444CC6
Text Example
Text Example
White with #444CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CC6; }
p { color: rgb(68,76,198); }
H1.HeaderClassName
{
color: #444CC6;
}
.AnyTagClassName
{
color: #444CC6;
}
</style>
background-color css
<style>
a { background-color: #444CC6; }
a { background-color: rgb(68,76,198); }
div.DivClassName
{
background-color: #444CC6;
}
.BgClassName
{
background-color: #444CC6;
}
</style>
border-color css
<style>
span { border-color: #444CC6; }
span { border-color: rgb(68,76,198); }
td.TdClassName
{
border-color: #444CC6;
}
.TagClassName
{
border-color: #444CC6;
}
</style>