Shades of Free Speech Blue #4962BA
Tints of Free Speech Blue #4962BA
RGB
CMYK
RGB Variations
Color information
#4962BA (or 0x4962BA) is known color: Free Speech Blue. HEX triplet: 49, 62 and BA. RGB value is (73,98,186). Sum of RGB (Red+Green+Blue) = 73+98+186=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 98 (38.67% from 255 or 27.45% 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 #4962BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4962BA is #B69D45. Grayscale: #646464. Windows color (decimal): -11967814 or 12214857. OLE color: 12214857.
HSL color Cylindrical-coordinate representation of color #4962BA: hue angle of 226.73º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4962BA is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 98 | 186 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.27 |
| HSL | 226.73º | 0.45% | 0.51% | - |
| HSV(B) | 226.73º | 0.61% | 0.73% | - |
| XYZ | 15.98 | 13.7 | 48.26 | - |
| YUV | 100.56 | 176.22 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 186 | 0.61 | 0.47 | 0 | 0.27 | 226.73 | 0.45 | 0.51 |
| Hex | 49 | 62 | BA | 3D | 2F | 0 | 1B | E3 | 2D | 33 |
| Octal | 111 | 142 | 272 | 75 | 57 | 0 | 33 | 343 | 55 | 63 |
| Binary | 1001001 | 1100010 | 10111010 | 111101 | 101111 | 0 | 11011 | 11100011 | 101101 | 110011 |
Color Harmonies of #4962BA
Complementary color
Monochromatic Colors of #4962BA
Black with #4962BA
Text Example
Text Example
White with #4962BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4962BA; }
p { color: rgb(73,98,186); }
H1.HeaderClassName
{
color: #4962BA;
}
.AnyTagClassName
{
color: #4962BA;
}
</style>
background-color css
<style>
a { background-color: #4962BA; }
a { background-color: rgb(73,98,186); }
div.DivClassName
{
background-color: #4962BA;
}
.BgClassName
{
background-color: #4962BA;
}
</style>
border-color css
<style>
span { border-color: #4962BA; }
span { border-color: rgb(73,98,186); }
td.TdClassName
{
border-color: #4962BA;
}
.TagClassName
{
border-color: #4962BA;
}
</style>