Shades of Free Speech Blue #4459BB
Tints of Free Speech Blue #4459BB
RGB
CMYK
RGB Variations
Color information
#4459BB (or 0x4459BB) is known color: Free Speech Blue. HEX triplet: 44, 59 and BB. RGB value is (68,89,187). Sum of RGB (Red+Green+Blue) = 68+89+187=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #4459BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4459BB is #BBA644. Grayscale: #5D5D5D. Windows color (decimal): -12297797 or 12278084. OLE color: 12278084.
HSL color Cylindrical-coordinate representation of color #4459BB: hue angle of 229.41º 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 #4459BB is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 89 | 187 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.27 |
| HSL | 229.41º | 0.47% | 0.5% | - |
| HSV(B) | 229.41º | 0.64% | 0.73% | - |
| XYZ | 14.93 | 11.96 | 48.54 | - |
| YUV | 93.89 | 180.54 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 187 | 0.64 | 0.52 | 0 | 0.27 | 229.41 | 0.47 | 0.5 |
| Hex | 44 | 59 | BB | 40 | 34 | 0 | 1B | E5 | 2F | 32 |
| Octal | 104 | 131 | 273 | 100 | 64 | 0 | 33 | 345 | 57 | 62 |
| Binary | 1000100 | 1011001 | 10111011 | 1000000 | 110100 | 0 | 11011 | 11100101 | 101111 | 110010 |
Color Harmonies of #4459BB
Complementary color
Monochromatic Colors of #4459BB
Black with #4459BB
Text Example
Text Example
White with #4459BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4459BB; }
p { color: rgb(68,89,187); }
H1.HeaderClassName
{
color: #4459BB;
}
.AnyTagClassName
{
color: #4459BB;
}
</style>
background-color css
<style>
a { background-color: #4459BB; }
a { background-color: rgb(68,89,187); }
div.DivClassName
{
background-color: #4459BB;
}
.BgClassName
{
background-color: #4459BB;
}
</style>
border-color css
<style>
span { border-color: #4459BB; }
span { border-color: rgb(68,89,187); }
td.TdClassName
{
border-color: #4459BB;
}
.TagClassName
{
border-color: #4459BB;
}
</style>