Shades of Free Speech Blue #4665BA
Tints of Free Speech Blue #4665BA
RGB
CMYK
RGB Variations
Color information
#4665BA (or 0x4665BA) is known color: Free Speech Blue. HEX triplet: 46, 65 and BA. RGB value is (70,101,186). Sum of RGB (Red+Green+Blue) = 70+101+186=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #4665BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4665BA is #B99A45. Grayscale: #656565. Windows color (decimal): -12163654 or 12215622. OLE color: 12215622.
HSL color Cylindrical-coordinate representation of color #4665BA: hue angle of 223.97º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4665BA is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 101 | 186 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.27 |
| HSL | 223.97º | 0.46% | 0.5% | - |
| HSV(B) | 223.97º | 0.62% | 0.73% | - |
| XYZ | 16.04 | 14.15 | 48.34 | - |
| YUV | 101.42 | 175.73 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 186 | 0.62 | 0.46 | 0 | 0.27 | 223.97 | 0.46 | 0.5 |
| Hex | 46 | 65 | BA | 3E | 2E | 0 | 1B | E0 | 2E | 32 |
| Octal | 106 | 145 | 272 | 76 | 56 | 0 | 33 | 340 | 56 | 62 |
| Binary | 1000110 | 1100101 | 10111010 | 111110 | 101110 | 0 | 11011 | 11100000 | 101110 | 110010 |
Color Harmonies of #4665BA
Complementary color
Monochromatic Colors of #4665BA
Black with #4665BA
Text Example
Text Example
White with #4665BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4665BA; }
p { color: rgb(70,101,186); }
H1.HeaderClassName
{
color: #4665BA;
}
.AnyTagClassName
{
color: #4665BA;
}
</style>
background-color css
<style>
a { background-color: #4665BA; }
a { background-color: rgb(70,101,186); }
div.DivClassName
{
background-color: #4665BA;
}
.BgClassName
{
background-color: #4665BA;
}
</style>
border-color css
<style>
span { border-color: #4665BA; }
span { border-color: rgb(70,101,186); }
td.TdClassName
{
border-color: #4665BA;
}
.TagClassName
{
border-color: #4665BA;
}
</style>