Shades of Free Speech Blue #4455C0
Tints of Free Speech Blue #4455C0
RGB
CMYK
RGB Variations
Color information
#4455C0 (or 0x4455C0) is known color: Free Speech Blue. HEX triplet: 44, 55 and C0. RGB value is (68,85,192). Sum of RGB (Red+Green+Blue) = 68+85+192=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 192 (75.39% from 255 or 55.65% from 345); Max value from RGB is 192 - color contains mainly: blue. Hex color #4455C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4455C0 is #BBAA3F. Grayscale: #5B5B5B. Windows color (decimal): -12298816 or 12604740. OLE color: 12604740.
HSL color Cylindrical-coordinate representation of color #4455C0: hue angle of 231.77º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4455C0 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 85 | 192 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.25 |
| HSL | 231.77º | 0.5% | 0.51% | - |
| HSV(B) | 231.77º | 0.65% | 0.75% | - |
| XYZ | 15.15 | 11.53 | 51.3 | - |
| YUV | 92.12 | 184.37 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 192 | 0.65 | 0.56 | 0 | 0.25 | 231.77 | 0.5 | 0.51 |
| Hex | 44 | 55 | C0 | 41 | 38 | 0 | 19 | E8 | 32 | 33 |
| Octal | 104 | 125 | 300 | 101 | 70 | 0 | 31 | 350 | 62 | 63 |
| Binary | 1000100 | 1010101 | 11000000 | 1000001 | 111000 | 0 | 11001 | 11101000 | 110010 | 110011 |
Color Harmonies of #4455C0
Complementary color
Monochromatic Colors of #4455C0
Black with #4455C0
Text Example
Text Example
White with #4455C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4455C0; }
p { color: rgb(68,85,192); }
H1.HeaderClassName
{
color: #4455C0;
}
.AnyTagClassName
{
color: #4455C0;
}
</style>
background-color css
<style>
a { background-color: #4455C0; }
a { background-color: rgb(68,85,192); }
div.DivClassName
{
background-color: #4455C0;
}
.BgClassName
{
background-color: #4455C0;
}
</style>
border-color css
<style>
span { border-color: #4455C0; }
span { border-color: rgb(68,85,192); }
td.TdClassName
{
border-color: #4455C0;
}
.TagClassName
{
border-color: #4455C0;
}
</style>