Shades of Free Speech Blue #4954CA
Tints of Free Speech Blue #4954CA
RGB
CMYK
RGB Variations
Color information
#4954CA (or 0x4954CA) is known color: Free Speech Blue. HEX triplet: 49, 54 and CA. RGB value is (73,84,202). Sum of RGB (Red+Green+Blue) = 73+84+202=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #4954CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4954CA is #B6AB35. Grayscale: #5D5D5D. Windows color (decimal): -11971382 or 13259849. OLE color: 13259849.
HSL color Cylindrical-coordinate representation of color #4954CA: hue angle of 234.88º 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 #4954CA is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 84 | 202 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.21 |
| HSL | 234.88º | 0.55% | 0.54% | - |
| HSV(B) | 234.88º | 0.64% | 0.79% | - |
| XYZ | 16.58 | 12.02 | 57.32 | - |
| YUV | 94.16 | 188.86 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 202 | 0.64 | 0.58 | 0 | 0.21 | 234.88 | 0.55 | 0.54 |
| Hex | 49 | 54 | CA | 40 | 3A | 0 | 15 | EB | 37 | 36 |
| Octal | 111 | 124 | 312 | 100 | 72 | 0 | 25 | 353 | 67 | 66 |
| Binary | 1001001 | 1010100 | 11001010 | 1000000 | 111010 | 0 | 10101 | 11101011 | 110111 | 110110 |
Color Harmonies of #4954CA
Complementary color
Monochromatic Colors of #4954CA
Black with #4954CA
Text Example
Text Example
White with #4954CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4954CA; }
p { color: rgb(73,84,202); }
H1.HeaderClassName
{
color: #4954CA;
}
.AnyTagClassName
{
color: #4954CA;
}
</style>
background-color css
<style>
a { background-color: #4954CA; }
a { background-color: rgb(73,84,202); }
div.DivClassName
{
background-color: #4954CA;
}
.BgClassName
{
background-color: #4954CA;
}
</style>
border-color css
<style>
span { border-color: #4954CA; }
span { border-color: rgb(73,84,202); }
td.TdClassName
{
border-color: #4954CA;
}
.TagClassName
{
border-color: #4954CA;
}
</style>