Shades of Free Speech Blue #4450BA
Tints of Free Speech Blue #4450BA
RGB
CMYK
RGB Variations
Color information
#4450BA (or 0x4450BA) is known color: Free Speech Blue. HEX triplet: 44, 50 and BA. RGB value is (68,80,186). Sum of RGB (Red+Green+Blue) = 68+80+186=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #4450BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4450BA is #BBAF45. Grayscale: #585858. Windows color (decimal): -12300102 or 12210244. OLE color: 12210244.
HSL color Cylindrical-coordinate representation of color #4450BA: hue angle of 233.9º 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 #4450BA is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 80 | 186 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.27 |
| HSL | 233.9º | 0.46% | 0.5% | - |
| HSV(B) | 233.9º | 0.63% | 0.73% | - |
| XYZ | 14.12 | 10.51 | 47.74 | - |
| YUV | 88.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 186 | 0.63 | 0.57 | 0 | 0.27 | 233.9 | 0.46 | 0.5 |
| Hex | 44 | 50 | BA | 3F | 39 | 0 | 1B | EA | 2E | 32 |
| Octal | 104 | 120 | 272 | 77 | 71 | 0 | 33 | 352 | 56 | 62 |
| Binary | 1000100 | 1010000 | 10111010 | 111111 | 111001 | 0 | 11011 | 11101010 | 101110 | 110010 |
Color Harmonies of #4450BA
Complementary color
Monochromatic Colors of #4450BA
Black with #4450BA
Text Example
Text Example
White with #4450BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4450BA; }
p { color: rgb(68,80,186); }
H1.HeaderClassName
{
color: #4450BA;
}
.AnyTagClassName
{
color: #4450BA;
}
</style>
background-color css
<style>
a { background-color: #4450BA; }
a { background-color: rgb(68,80,186); }
div.DivClassName
{
background-color: #4450BA;
}
.BgClassName
{
background-color: #4450BA;
}
</style>
border-color css
<style>
span { border-color: #4450BA; }
span { border-color: rgb(68,80,186); }
td.TdClassName
{
border-color: #4450BA;
}
.TagClassName
{
border-color: #4450BA;
}
</style>