Shades of Free Speech Blue #444BBC
Tints of Free Speech Blue #444BBC
RGB
CMYK
RGB Variations
Color information
#444BBC (or 0x444BBC) is known color: Free Speech Blue. HEX triplet: 44, 4B and BC. RGB value is (68,75,188). Sum of RGB (Red+Green+Blue) = 68+75+188=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #444BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BBC is #BBB443. Grayscale: #555555. Windows color (decimal): -12301380 or 12340036. OLE color: 12340036.
HSL color Cylindrical-coordinate representation of color #444BBC: hue angle of 236.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #444BBC is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 75 | 188 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.26 |
| HSL | 236.5º | 0.47% | 0.5% | - |
| HSV(B) | 236.5º | 0.64% | 0.74% | - |
| XYZ | 13.98 | 9.89 | 48.75 | - |
| YUV | 85.79 | 185.68 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 188 | 0.64 | 0.60 | 0 | 0.26 | 236.5 | 0.47 | 0.5 |
| Hex | 44 | 4B | BC | 40 | 3C | 0 | 1A | EC | 2F | 32 |
| Octal | 104 | 113 | 274 | 100 | 74 | 0 | 32 | 354 | 57 | 62 |
| Binary | 1000100 | 1001011 | 10111100 | 1000000 | 111100 | 0 | 11010 | 11101100 | 101111 | 110010 |
Color Harmonies of #444BBC
Complementary color
Monochromatic Colors of #444BBC
Black with #444BBC
Text Example
Text Example
White with #444BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BBC; }
p { color: rgb(68,75,188); }
H1.HeaderClassName
{
color: #444BBC;
}
.AnyTagClassName
{
color: #444BBC;
}
</style>
background-color css
<style>
a { background-color: #444BBC; }
a { background-color: rgb(68,75,188); }
div.DivClassName
{
background-color: #444BBC;
}
.BgClassName
{
background-color: #444BBC;
}
</style>
border-color css
<style>
span { border-color: #444BBC; }
span { border-color: rgb(68,75,188); }
td.TdClassName
{
border-color: #444BBC;
}
.TagClassName
{
border-color: #444BBC;
}
</style>