Shades of Free Speech Blue #4460BF
Tints of Free Speech Blue #4460BF
RGB
CMYK
RGB Variations
Color information
#4460BF (or 0x4460BF) is known color: Free Speech Blue. HEX triplet: 44, 60 and BF. RGB value is (68,96,191). Sum of RGB (Red+Green+Blue) = 68+96+191=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #4460BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4460BF is #BB9F40. Grayscale: #626262. Windows color (decimal): -12296001 or 12542020. OLE color: 12542020.
HSL color Cylindrical-coordinate representation of color #4460BF: hue angle of 226.34º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4460BF is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 96 | 191 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.25 |
| HSL | 226.34º | 0.49% | 0.51% | - |
| HSV(B) | 226.34º | 0.64% | 0.75% | - |
| XYZ | 15.97 | 13.36 | 51.03 | - |
| YUV | 98.46 | 180.22 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 191 | 0.64 | 0.50 | 0 | 0.25 | 226.34 | 0.49 | 0.51 |
| Hex | 44 | 60 | BF | 40 | 32 | 0 | 19 | E2 | 31 | 33 |
| Octal | 104 | 140 | 277 | 100 | 62 | 0 | 31 | 342 | 61 | 63 |
| Binary | 1000100 | 1100000 | 10111111 | 1000000 | 110010 | 0 | 11001 | 11100010 | 110001 | 110011 |
Color Harmonies of #4460BF
Complementary color
Monochromatic Colors of #4460BF
Black with #4460BF
Text Example
Text Example
White with #4460BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4460BF; }
p { color: rgb(68,96,191); }
H1.HeaderClassName
{
color: #4460BF;
}
.AnyTagClassName
{
color: #4460BF;
}
</style>
background-color css
<style>
a { background-color: #4460BF; }
a { background-color: rgb(68,96,191); }
div.DivClassName
{
background-color: #4460BF;
}
.BgClassName
{
background-color: #4460BF;
}
</style>
border-color css
<style>
span { border-color: #4460BF; }
span { border-color: rgb(68,96,191); }
td.TdClassName
{
border-color: #4460BF;
}
.TagClassName
{
border-color: #4460BF;
}
</style>