Shades of Free Speech Blue #4455BC
Tints of Free Speech Blue #4455BC
RGB
CMYK
RGB Variations
Color information
#4455BC (or 0x4455BC) is known color: Free Speech Blue. HEX triplet: 44, 55 and BC. RGB value is (68,85,188). Sum of RGB (Red+Green+Blue) = 68+85+188=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #4455BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4455BC is #BBAA43. Grayscale: #5B5B5B. Windows color (decimal): -12298820 or 12342596. OLE color: 12342596.
HSL color Cylindrical-coordinate representation of color #4455BC: hue angle of 231.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 #4455BC is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 85 | 188 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.26 |
| HSL | 231.5º | 0.47% | 0.5% | - |
| HSV(B) | 231.5º | 0.64% | 0.74% | - |
| XYZ | 14.71 | 11.36 | 48.99 | - |
| YUV | 91.66 | 182.37 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 188 | 0.64 | 0.55 | 0 | 0.26 | 231.5 | 0.47 | 0.5 |
| Hex | 44 | 55 | BC | 40 | 37 | 0 | 1A | E8 | 2F | 32 |
| Octal | 104 | 125 | 274 | 100 | 67 | 0 | 32 | 350 | 57 | 62 |
| Binary | 1000100 | 1010101 | 10111100 | 1000000 | 110111 | 0 | 11010 | 11101000 | 101111 | 110010 |
Color Harmonies of #4455BC
Complementary color
Monochromatic Colors of #4455BC
Black with #4455BC
Text Example
Text Example
White with #4455BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4455BC; }
p { color: rgb(68,85,188); }
H1.HeaderClassName
{
color: #4455BC;
}
.AnyTagClassName
{
color: #4455BC;
}
</style>
background-color css
<style>
a { background-color: #4455BC; }
a { background-color: rgb(68,85,188); }
div.DivClassName
{
background-color: #4455BC;
}
.BgClassName
{
background-color: #4455BC;
}
</style>
border-color css
<style>
span { border-color: #4455BC; }
span { border-color: rgb(68,85,188); }
td.TdClassName
{
border-color: #4455BC;
}
.TagClassName
{
border-color: #4455BC;
}
</style>