Shades of Free Speech Blue #4469BA
Tints of Free Speech Blue #4469BA
RGB
CMYK
RGB Variations
Color information
#4469BA (or 0x4469BA) is known color: Free Speech Blue. HEX triplet: 44, 69 and BA. RGB value is (68,105,186). Sum of RGB (Red+Green+Blue) = 68+105+186=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #4469BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4469BA is #BB9645. Grayscale: #666666. Windows color (decimal): -12293702 or 12216644. OLE color: 12216644.
HSL color Cylindrical-coordinate representation of color #4469BA: hue angle of 221.19º 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 #4469BA is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 105 | 186 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.27 |
| HSL | 221.19º | 0.46% | 0.5% | - |
| HSV(B) | 221.19º | 0.63% | 0.73% | - |
| XYZ | 16.3 | 14.88 | 48.47 | - |
| YUV | 103.17 | 174.74 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 105 | 186 | 0.63 | 0.44 | 0 | 0.27 | 221.19 | 0.46 | 0.5 |
| Hex | 44 | 69 | BA | 3F | 2C | 0 | 1B | DD | 2E | 32 |
| Octal | 104 | 151 | 272 | 77 | 54 | 0 | 33 | 335 | 56 | 62 |
| Binary | 1000100 | 1101001 | 10111010 | 111111 | 101100 | 0 | 11011 | 11011101 | 101110 | 110010 |
Color Harmonies of #4469BA
Complementary color
Monochromatic Colors of #4469BA
Black with #4469BA
Text Example
Text Example
White with #4469BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4469BA; }
p { color: rgb(68,105,186); }
H1.HeaderClassName
{
color: #4469BA;
}
.AnyTagClassName
{
color: #4469BA;
}
</style>
background-color css
<style>
a { background-color: #4469BA; }
a { background-color: rgb(68,105,186); }
div.DivClassName
{
background-color: #4469BA;
}
.BgClassName
{
background-color: #4469BA;
}
</style>
border-color css
<style>
span { border-color: #4469BA; }
span { border-color: rgb(68,105,186); }
td.TdClassName
{
border-color: #4469BA;
}
.TagClassName
{
border-color: #4469BA;
}
</style>