Shades of Free Speech Blue #4943CA
Tints of Free Speech Blue #4943CA
RGB
CMYK
RGB Variations
Color information
#4943CA (or 0x4943CA) is known color: Free Speech Blue. HEX triplet: 49, 43 and CA. RGB value is (73,67,202). Sum of RGB (Red+Green+Blue) = 73+67+202=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #4943CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4943CA is #B6BC35. Grayscale: #535353. Windows color (decimal): -11975734 or 13255497. OLE color: 13255497.
HSL color Cylindrical-coordinate representation of color #4943CA: hue angle of 242.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4943CA is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 67 | 202 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.21 |
| HSL | 242.67º | 0.56% | 0.53% | - |
| HSV(B) | 242.67º | 0.67% | 0.79% | - |
| XYZ | 15.42 | 9.7 | 56.94 | - |
| YUV | 84.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 202 | 0.64 | 0.67 | 0 | 0.21 | 242.67 | 0.56 | 0.53 |
| Hex | 49 | 43 | CA | 40 | 43 | 0 | 15 | F3 | 38 | 35 |
| Octal | 111 | 103 | 312 | 100 | 103 | 0 | 25 | 363 | 70 | 65 |
| Binary | 1001001 | 1000011 | 11001010 | 1000000 | 1000011 | 0 | 10101 | 11110011 | 111000 | 110101 |
Color Harmonies of #4943CA
Complementary color
Monochromatic Colors of #4943CA
Black with #4943CA
Text Example
Text Example
White with #4943CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4943CA; }
p { color: rgb(73,67,202); }
H1.HeaderClassName
{
color: #4943CA;
}
.AnyTagClassName
{
color: #4943CA;
}
</style>
background-color css
<style>
a { background-color: #4943CA; }
a { background-color: rgb(73,67,202); }
div.DivClassName
{
background-color: #4943CA;
}
.BgClassName
{
background-color: #4943CA;
}
</style>
border-color css
<style>
span { border-color: #4943CA; }
span { border-color: rgb(73,67,202); }
td.TdClassName
{
border-color: #4943CA;
}
.TagClassName
{
border-color: #4943CA;
}
</style>