Shades of Free Speech Blue #444BCF
Tints of Free Speech Blue #444BCF
RGB
CMYK
RGB Variations
Color information
#444BCF (or 0x444BCF) is known color: Free Speech Blue. HEX triplet: 44, 4B and CF. RGB value is (68,75,207). Sum of RGB (Red+Green+Blue) = 68+75+207=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #444BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BCF is #BBB430. Grayscale: #575757. Windows color (decimal): -12301361 or 13585220. OLE color: 13585220.
HSL color Cylindrical-coordinate representation of color #444BCF: hue angle of 236.98º degrees, saturation: 0.59, 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 #444BCF is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 75 | 207 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.19 |
| HSL | 236.98º | 0.59% | 0.54% | - |
| HSV(B) | 236.98º | 0.67% | 0.81% | - |
| XYZ | 16.16 | 10.77 | 60.26 | - |
| YUV | 87.96 | 195.18 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 207 | 0.67 | 0.64 | 0 | 0.19 | 236.98 | 0.59 | 0.54 |
| Hex | 44 | 4B | CF | 43 | 40 | 0 | 13 | ED | 3B | 36 |
| Octal | 104 | 113 | 317 | 103 | 100 | 0 | 23 | 355 | 73 | 66 |
| Binary | 1000100 | 1001011 | 11001111 | 1000011 | 1000000 | 0 | 10011 | 11101101 | 111011 | 110110 |
Color Harmonies of #444BCF
Complementary color
Monochromatic Colors of #444BCF
Black with #444BCF
Text Example
Text Example
White with #444BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BCF; }
p { color: rgb(68,75,207); }
H1.HeaderClassName
{
color: #444BCF;
}
.AnyTagClassName
{
color: #444BCF;
}
</style>
background-color css
<style>
a { background-color: #444BCF; }
a { background-color: rgb(68,75,207); }
div.DivClassName
{
background-color: #444BCF;
}
.BgClassName
{
background-color: #444BCF;
}
</style>
border-color css
<style>
span { border-color: #444BCF; }
span { border-color: rgb(68,75,207); }
td.TdClassName
{
border-color: #444BCF;
}
.TagClassName
{
border-color: #444BCF;
}
</style>