Shades of Free Speech Blue #444FC4
Tints of Free Speech Blue #444FC4
RGB
CMYK
RGB Variations
Color information
#444FC4 (or 0x444FC4) is known color: Free Speech Blue. HEX triplet: 44, 4F and C4. RGB value is (68,79,196). Sum of RGB (Red+Green+Blue) = 68+79+196=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 196 (76.95% from 255 or 57.14% from 343); Max value from RGB is 196 - color contains mainly: blue. Hex color #444FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FC4 is #BBB03B. Grayscale: #585858. Windows color (decimal): -12300348 or 12865348. OLE color: 12865348.
HSL color Cylindrical-coordinate representation of color #444FC4: hue angle of 234.84º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #444FC4 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 79 | 196 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.23 |
| HSL | 234.84º | 0.52% | 0.52% | - |
| HSV(B) | 234.84º | 0.65% | 0.77% | - |
| XYZ | 15.14 | 10.81 | 53.51 | - |
| YUV | 89.05 | 188.36 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 196 | 0.65 | 0.60 | 0 | 0.23 | 234.84 | 0.52 | 0.52 |
| Hex | 44 | 4F | C4 | 41 | 3C | 0 | 17 | EB | 34 | 34 |
| Octal | 104 | 117 | 304 | 101 | 74 | 0 | 27 | 353 | 64 | 64 |
| Binary | 1000100 | 1001111 | 11000100 | 1000001 | 111100 | 0 | 10111 | 11101011 | 110100 | 110100 |
Color Harmonies of #444FC4
Complementary color
Monochromatic Colors of #444FC4
Black with #444FC4
Text Example
Text Example
White with #444FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FC4; }
p { color: rgb(68,79,196); }
H1.HeaderClassName
{
color: #444FC4;
}
.AnyTagClassName
{
color: #444FC4;
}
</style>
background-color css
<style>
a { background-color: #444FC4; }
a { background-color: rgb(68,79,196); }
div.DivClassName
{
background-color: #444FC4;
}
.BgClassName
{
background-color: #444FC4;
}
</style>
border-color css
<style>
span { border-color: #444FC4; }
span { border-color: rgb(68,79,196); }
td.TdClassName
{
border-color: #444FC4;
}
.TagClassName
{
border-color: #444FC4;
}
</style>