Shades of Free Speech Blue #4963C4
Tints of Free Speech Blue #4963C4
RGB
CMYK
RGB Variations
Color information
#4963C4 (or 0x4963C4) is known color: Free Speech Blue. HEX triplet: 49, 63 and C4. RGB value is (73,99,196). Sum of RGB (Red+Green+Blue) = 73+99+196=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 196 (76.95% from 255 or 53.26% from 368); Max value from RGB is 196 - color contains mainly: blue. Hex color #4963C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4963C4 is #B69C3B. Grayscale: #656565. Windows color (decimal): -11967548 or 12870473. OLE color: 12870473.
HSL color Cylindrical-coordinate representation of color #4963C4: hue angle of 227.32º 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 #4963C4 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 99 | 196 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.23 |
| HSL | 227.32º | 0.51% | 0.53% | - |
| HSV(B) | 227.32º | 0.63% | 0.77% | - |
| XYZ | 17.17 | 14.33 | 54.08 | - |
| YUV | 102.28 | 180.89 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 196 | 0.63 | 0.49 | 0 | 0.23 | 227.32 | 0.51 | 0.53 |
| Hex | 49 | 63 | C4 | 3F | 31 | 0 | 17 | E3 | 33 | 35 |
| Octal | 111 | 143 | 304 | 77 | 61 | 0 | 27 | 343 | 63 | 65 |
| Binary | 1001001 | 1100011 | 11000100 | 111111 | 110001 | 0 | 10111 | 11100011 | 110011 | 110101 |
Color Harmonies of #4963C4
Complementary color
Monochromatic Colors of #4963C4
Black with #4963C4
Text Example
Text Example
White with #4963C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4963C4; }
p { color: rgb(73,99,196); }
H1.HeaderClassName
{
color: #4963C4;
}
.AnyTagClassName
{
color: #4963C4;
}
</style>
background-color css
<style>
a { background-color: #4963C4; }
a { background-color: rgb(73,99,196); }
div.DivClassName
{
background-color: #4963C4;
}
.BgClassName
{
background-color: #4963C4;
}
</style>
border-color css
<style>
span { border-color: #4963C4; }
span { border-color: rgb(73,99,196); }
td.TdClassName
{
border-color: #4963C4;
}
.TagClassName
{
border-color: #4963C4;
}
</style>