Shades of Free Speech Blue #4960B2
Tints of Free Speech Blue #4960B2
RGB
CMYK
RGB Variations
Color information
#4960B2 (or 0x4960B2) is known color: Free Speech Blue. HEX triplet: 49, 60 and B2. RGB value is (73,96,178). Sum of RGB (Red+Green+Blue) = 73+96+178=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 178 (69.92% from 255 or 51.30% from 347); Max value from RGB is 178 - color contains mainly: blue. Hex color #4960B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4960B2 is #B69F4D. Grayscale: #626262. Windows color (decimal): -11968334 or 11690057. OLE color: 11690057.
HSL color Cylindrical-coordinate representation of color #4960B2: hue angle of 226.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4960B2 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 96 | 178 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.30 |
| HSL | 226.86º | 0.42% | 0.49% | - |
| HSV(B) | 226.86º | 0.59% | 0.7% | - |
| XYZ | 14.97 | 13 | 43.84 | - |
| YUV | 98.47 | 172.88 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 178 | 0.59 | 0.46 | 0 | 0.30 | 226.86 | 0.42 | 0.49 |
| Hex | 49 | 60 | B2 | 3B | 2E | 0 | 1E | E3 | 2A | 31 |
| Octal | 111 | 140 | 262 | 73 | 56 | 0 | 36 | 343 | 52 | 61 |
| Binary | 1001001 | 1100000 | 10110010 | 111011 | 101110 | 0 | 11110 | 11100011 | 101010 | 110001 |
Color Harmonies of #4960B2
Complementary color
Monochromatic Colors of #4960B2
Black with #4960B2
Text Example
Text Example
White with #4960B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4960B2; }
p { color: rgb(73,96,178); }
H1.HeaderClassName
{
color: #4960B2;
}
.AnyTagClassName
{
color: #4960B2;
}
</style>
background-color css
<style>
a { background-color: #4960B2; }
a { background-color: rgb(73,96,178); }
div.DivClassName
{
background-color: #4960B2;
}
.BgClassName
{
background-color: #4960B2;
}
</style>
border-color css
<style>
span { border-color: #4960B2; }
span { border-color: rgb(73,96,178); }
td.TdClassName
{
border-color: #4960B2;
}
.TagClassName
{
border-color: #4960B2;
}
</style>