Shades of Free Speech Blue #444DC4
Tints of Free Speech Blue #444DC4
RGB
CMYK
RGB Variations
Color information
#444DC4 (or 0x444DC4) is known color: Free Speech Blue. HEX triplet: 44, 4D and C4. RGB value is (68,77,196). Sum of RGB (Red+Green+Blue) = 68+77+196=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 196 (76.95% from 255 or 57.48% from 341); Max value from RGB is 196 - color contains mainly: blue. Hex color #444DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DC4 is #BBB23B. Grayscale: #575757. Windows color (decimal): -12300860 or 12864836. OLE color: 12864836.
HSL color Cylindrical-coordinate representation of color #444DC4: hue angle of 235.78º 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 #444DC4 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 77 | 196 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.23 |
| HSL | 235.78º | 0.52% | 0.52% | - |
| HSV(B) | 235.78º | 0.65% | 0.77% | - |
| XYZ | 15 | 10.52 | 53.46 | - |
| YUV | 87.88 | 189.02 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 196 | 0.65 | 0.61 | 0 | 0.23 | 235.78 | 0.52 | 0.52 |
| Hex | 44 | 4D | C4 | 41 | 3D | 0 | 17 | EC | 34 | 34 |
| Octal | 104 | 115 | 304 | 101 | 75 | 0 | 27 | 354 | 64 | 64 |
| Binary | 1000100 | 1001101 | 11000100 | 1000001 | 111101 | 0 | 10111 | 11101100 | 110100 | 110100 |
Color Harmonies of #444DC4
Complementary color
Monochromatic Colors of #444DC4
Black with #444DC4
Text Example
Text Example
White with #444DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444DC4; }
p { color: rgb(68,77,196); }
H1.HeaderClassName
{
color: #444DC4;
}
.AnyTagClassName
{
color: #444DC4;
}
</style>
background-color css
<style>
a { background-color: #444DC4; }
a { background-color: rgb(68,77,196); }
div.DivClassName
{
background-color: #444DC4;
}
.BgClassName
{
background-color: #444DC4;
}
</style>
border-color css
<style>
span { border-color: #444DC4; }
span { border-color: rgb(68,77,196); }
td.TdClassName
{
border-color: #444DC4;
}
.TagClassName
{
border-color: #444DC4;
}
</style>