Shades of Free Speech Blue #4455B9
Tints of Free Speech Blue #4455B9
RGB
CMYK
RGB Variations
Color information
#4455B9 (or 0x4455B9) is known color: Free Speech Blue. HEX triplet: 44, 55 and B9. RGB value is (68,85,185). Sum of RGB (Red+Green+Blue) = 68+85+185=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 185 (72.66% from 255 or 54.73% from 338); Max value from RGB is 185 - color contains mainly: blue. Hex color #4455B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4455B9 is #BBAA46. Grayscale: #5A5A5A. Windows color (decimal): -12298823 or 12145988. OLE color: 12145988.
HSL color Cylindrical-coordinate representation of color #4455B9: hue angle of 231.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4455B9 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 85 | 185 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.27 |
| HSL | 231.28º | 0.46% | 0.5% | - |
| HSV(B) | 231.28º | 0.63% | 0.73% | - |
| XYZ | 14.39 | 11.23 | 47.31 | - |
| YUV | 91.32 | 180.87 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 185 | 0.63 | 0.54 | 0 | 0.27 | 231.28 | 0.46 | 0.5 |
| Hex | 44 | 55 | B9 | 3F | 36 | 0 | 1B | E7 | 2E | 32 |
| Octal | 104 | 125 | 271 | 77 | 66 | 0 | 33 | 347 | 56 | 62 |
| Binary | 1000100 | 1010101 | 10111001 | 111111 | 110110 | 0 | 11011 | 11100111 | 101110 | 110010 |
Color Harmonies of #4455B9
Complementary color
Monochromatic Colors of #4455B9
Black with #4455B9
Text Example
Text Example
White with #4455B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4455B9; }
p { color: rgb(68,85,185); }
H1.HeaderClassName
{
color: #4455B9;
}
.AnyTagClassName
{
color: #4455B9;
}
</style>
background-color css
<style>
a { background-color: #4455B9; }
a { background-color: rgb(68,85,185); }
div.DivClassName
{
background-color: #4455B9;
}
.BgClassName
{
background-color: #4455B9;
}
</style>
border-color css
<style>
span { border-color: #4455B9; }
span { border-color: rgb(68,85,185); }
td.TdClassName
{
border-color: #4455B9;
}
.TagClassName
{
border-color: #4455B9;
}
</style>