Shades of Free Speech Blue #444FCE
Tints of Free Speech Blue #444FCE
RGB
CMYK
RGB Variations
Color information
#444FCE (or 0x444FCE) is known color: Free Speech Blue. HEX triplet: 44, 4F and CE. RGB value is (68,79,206). Sum of RGB (Red+Green+Blue) = 68+79+206=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #444FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FCE is #BBB031. Grayscale: #595959. Windows color (decimal): -12300338 or 13520708. OLE color: 13520708.
HSL color Cylindrical-coordinate representation of color #444FCE: hue angle of 235.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444FCE is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 79 | 206 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.19 |
| HSL | 235.22º | 0.58% | 0.54% | - |
| HSV(B) | 235.22º | 0.67% | 0.81% | - |
| XYZ | 16.32 | 11.28 | 59.71 | - |
| YUV | 90.19 | 193.36 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 206 | 0.67 | 0.62 | 0 | 0.19 | 235.22 | 0.58 | 0.54 |
| Hex | 44 | 4F | CE | 43 | 3E | 0 | 13 | EB | 3A | 36 |
| Octal | 104 | 117 | 316 | 103 | 76 | 0 | 23 | 353 | 72 | 66 |
| Binary | 1000100 | 1001111 | 11001110 | 1000011 | 111110 | 0 | 10011 | 11101011 | 111010 | 110110 |
Color Harmonies of #444FCE
Complementary color
Monochromatic Colors of #444FCE
Black with #444FCE
Text Example
Text Example
White with #444FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FCE; }
p { color: rgb(68,79,206); }
H1.HeaderClassName
{
color: #444FCE;
}
.AnyTagClassName
{
color: #444FCE;
}
</style>
background-color css
<style>
a { background-color: #444FCE; }
a { background-color: rgb(68,79,206); }
div.DivClassName
{
background-color: #444FCE;
}
.BgClassName
{
background-color: #444FCE;
}
</style>
border-color css
<style>
span { border-color: #444FCE; }
span { border-color: rgb(68,79,206); }
td.TdClassName
{
border-color: #444FCE;
}
.TagClassName
{
border-color: #444FCE;
}
</style>