Shades of Free Speech Blue #4961CA
Tints of Free Speech Blue #4961CA
RGB
CMYK
RGB Variations
Color information
#4961CA (or 0x4961CA) is known color: Free Speech Blue. HEX triplet: 49, 61 and CA. RGB value is (73,97,202). Sum of RGB (Red+Green+Blue) = 73+97+202=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #4961CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4961CA is #B69E35. Grayscale: #656565. Windows color (decimal): -11968054 or 13263177. OLE color: 13263177.
HSL color Cylindrical-coordinate representation of color #4961CA: hue angle of 228.84º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4961CA is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 97 | 202 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.21 |
| HSL | 228.84º | 0.55% | 0.54% | - |
| HSV(B) | 228.84º | 0.64% | 0.79% | - |
| XYZ | 17.68 | 14.23 | 57.69 | - |
| YUV | 101.79 | 184.55 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 202 | 0.64 | 0.52 | 0 | 0.21 | 228.84 | 0.55 | 0.54 |
| Hex | 49 | 61 | CA | 40 | 34 | 0 | 15 | E5 | 37 | 36 |
| Octal | 111 | 141 | 312 | 100 | 64 | 0 | 25 | 345 | 67 | 66 |
| Binary | 1001001 | 1100001 | 11001010 | 1000000 | 110100 | 0 | 10101 | 11100101 | 110111 | 110110 |
Color Harmonies of #4961CA
Complementary color
Monochromatic Colors of #4961CA
Black with #4961CA
Text Example
Text Example
White with #4961CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4961CA; }
p { color: rgb(73,97,202); }
H1.HeaderClassName
{
color: #4961CA;
}
.AnyTagClassName
{
color: #4961CA;
}
</style>
background-color css
<style>
a { background-color: #4961CA; }
a { background-color: rgb(73,97,202); }
div.DivClassName
{
background-color: #4961CA;
}
.BgClassName
{
background-color: #4961CA;
}
</style>
border-color css
<style>
span { border-color: #4961CA; }
span { border-color: rgb(73,97,202); }
td.TdClassName
{
border-color: #4961CA;
}
.TagClassName
{
border-color: #4961CA;
}
</style>