Shades of Free Speech Blue #4451BB
Tints of Free Speech Blue #4451BB
RGB
CMYK
RGB Variations
Color information
#4451BB (or 0x4451BB) is known color: Free Speech Blue. HEX triplet: 44, 51 and BB. RGB value is (68,81,187). Sum of RGB (Red+Green+Blue) = 68+81+187=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #4451BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4451BB is #BBAE44. Grayscale: #585858. Windows color (decimal): -12299845 or 12276036. OLE color: 12276036.
HSL color Cylindrical-coordinate representation of color #4451BB: hue angle of 233.45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4451BB is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 81 | 187 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.27 |
| HSL | 233.45º | 0.47% | 0.5% | - |
| HSV(B) | 233.45º | 0.64% | 0.73% | - |
| XYZ | 14.3 | 10.7 | 48.33 | - |
| YUV | 89.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 187 | 0.64 | 0.57 | 0 | 0.27 | 233.45 | 0.47 | 0.5 |
| Hex | 44 | 51 | BB | 40 | 39 | 0 | 1B | E9 | 2F | 32 |
| Octal | 104 | 121 | 273 | 100 | 71 | 0 | 33 | 351 | 57 | 62 |
| Binary | 1000100 | 1010001 | 10111011 | 1000000 | 111001 | 0 | 11011 | 11101001 | 101111 | 110010 |
Color Harmonies of #4451BB
Complementary color
Monochromatic Colors of #4451BB
Black with #4451BB
Text Example
Text Example
White with #4451BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4451BB; }
p { color: rgb(68,81,187); }
H1.HeaderClassName
{
color: #4451BB;
}
.AnyTagClassName
{
color: #4451BB;
}
</style>
background-color css
<style>
a { background-color: #4451BB; }
a { background-color: rgb(68,81,187); }
div.DivClassName
{
background-color: #4451BB;
}
.BgClassName
{
background-color: #4451BB;
}
</style>
border-color css
<style>
span { border-color: #4451BB; }
span { border-color: rgb(68,81,187); }
td.TdClassName
{
border-color: #4451BB;
}
.TagClassName
{
border-color: #4451BB;
}
</style>