Shades of Free Speech Blue #4960B4
Tints of Free Speech Blue #4960B4
RGB
CMYK
RGB Variations
Color information
#4960B4 (or 0x4960B4) is known color: Free Speech Blue. HEX triplet: 49, 60 and B4. RGB value is (73,96,180). Sum of RGB (Red+Green+Blue) = 73+96+180=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #4960B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4960B4 is #B69F4B. Grayscale: #626262. Windows color (decimal): -11968332 or 11821129. OLE color: 11821129.
HSL color Cylindrical-coordinate representation of color #4960B4: hue angle of 227.1º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4960B4 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 96 | 180 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.29 |
| HSL | 227.1º | 0.42% | 0.5% | - |
| HSV(B) | 227.1º | 0.59% | 0.71% | - |
| XYZ | 15.17 | 13.08 | 44.9 | - |
| YUV | 98.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 180 | 0.59 | 0.47 | 0 | 0.29 | 227.1 | 0.42 | 0.5 |
| Hex | 49 | 60 | B4 | 3B | 2F | 0 | 1D | E3 | 2A | 32 |
| Octal | 111 | 140 | 264 | 73 | 57 | 0 | 35 | 343 | 52 | 62 |
| Binary | 1001001 | 1100000 | 10110100 | 111011 | 101111 | 0 | 11101 | 11100011 | 101010 | 110010 |
Color Harmonies of #4960B4
Complementary color
Monochromatic Colors of #4960B4
Black with #4960B4
Text Example
Text Example
White with #4960B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4960B4; }
p { color: rgb(73,96,180); }
H1.HeaderClassName
{
color: #4960B4;
}
.AnyTagClassName
{
color: #4960B4;
}
</style>
background-color css
<style>
a { background-color: #4960B4; }
a { background-color: rgb(73,96,180); }
div.DivClassName
{
background-color: #4960B4;
}
.BgClassName
{
background-color: #4960B4;
}
</style>
border-color css
<style>
span { border-color: #4960B4; }
span { border-color: rgb(73,96,180); }
td.TdClassName
{
border-color: #4960B4;
}
.TagClassName
{
border-color: #4960B4;
}
</style>