Shades of Free Speech Blue #4960C4
Tints of Free Speech Blue #4960C4
RGB
CMYK
RGB Variations
Color information
#4960C4 (or 0x4960C4) is known color: Free Speech Blue. HEX triplet: 49, 60 and C4. RGB value is (73,96,196). Sum of RGB (Red+Green+Blue) = 73+96+196=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #4960C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4960C4 is #B69F3B. Grayscale: #646464. Windows color (decimal): -11968316 or 12869705. OLE color: 12869705.
HSL color Cylindrical-coordinate representation of color #4960C4: hue angle of 228.78º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4960C4 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 96 | 196 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.23 |
| HSL | 228.78º | 0.51% | 0.53% | - |
| HSV(B) | 228.78º | 0.63% | 0.77% | - |
| XYZ | 16.89 | 13.77 | 53.99 | - |
| YUV | 100.52 | 181.88 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 196 | 0.63 | 0.51 | 0 | 0.23 | 228.78 | 0.51 | 0.53 |
| Hex | 49 | 60 | C4 | 3F | 33 | 0 | 17 | E5 | 33 | 35 |
| Octal | 111 | 140 | 304 | 77 | 63 | 0 | 27 | 345 | 63 | 65 |
| Binary | 1001001 | 1100000 | 11000100 | 111111 | 110011 | 0 | 10111 | 11100101 | 110011 | 110101 |
Color Harmonies of #4960C4
Complementary color
Monochromatic Colors of #4960C4
Black with #4960C4
Text Example
Text Example
White with #4960C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4960C4; }
p { color: rgb(73,96,196); }
H1.HeaderClassName
{
color: #4960C4;
}
.AnyTagClassName
{
color: #4960C4;
}
</style>
background-color css
<style>
a { background-color: #4960C4; }
a { background-color: rgb(73,96,196); }
div.DivClassName
{
background-color: #4960C4;
}
.BgClassName
{
background-color: #4960C4;
}
</style>
border-color css
<style>
span { border-color: #4960C4; }
span { border-color: rgb(73,96,196); }
td.TdClassName
{
border-color: #4960C4;
}
.TagClassName
{
border-color: #4960C4;
}
</style>