Shades of Free Speech Blue #4941CB
Tints of Free Speech Blue #4941CB
RGB
CMYK
RGB Variations
Color information
#4941CB (or 0x4941CB) is known color: Free Speech Blue. HEX triplet: 49, 41 and CB. RGB value is (73,65,203). Sum of RGB (Red+Green+Blue) = 73+65+203=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #4941CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4941CB is #B6BE34. Grayscale: #525252. Windows color (decimal): -11976245 or 13320521. OLE color: 13320521.
HSL color Cylindrical-coordinate representation of color #4941CB: hue angle of 243.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4941CB is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 65 | 203 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.20 |
| HSL | 243.48º | 0.57% | 0.53% | - |
| HSV(B) | 243.48º | 0.68% | 0.8% | - |
| XYZ | 15.42 | 9.51 | 57.52 | - |
| YUV | 83.12 | 195.65 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 203 | 0.64 | 0.68 | 0 | 0.20 | 243.48 | 0.57 | 0.53 |
| Hex | 49 | 41 | CB | 40 | 44 | 0 | 14 | F3 | 39 | 35 |
| Octal | 111 | 101 | 313 | 100 | 104 | 0 | 24 | 363 | 71 | 65 |
| Binary | 1001001 | 1000001 | 11001011 | 1000000 | 1000100 | 0 | 10100 | 11110011 | 111001 | 110101 |
Color Harmonies of #4941CB
Complementary color
Monochromatic Colors of #4941CB
Black with #4941CB
Text Example
Text Example
White with #4941CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4941CB; }
p { color: rgb(73,65,203); }
H1.HeaderClassName
{
color: #4941CB;
}
.AnyTagClassName
{
color: #4941CB;
}
</style>
background-color css
<style>
a { background-color: #4941CB; }
a { background-color: rgb(73,65,203); }
div.DivClassName
{
background-color: #4941CB;
}
.BgClassName
{
background-color: #4941CB;
}
</style>
border-color css
<style>
span { border-color: #4941CB; }
span { border-color: rgb(73,65,203); }
td.TdClassName
{
border-color: #4941CB;
}
.TagClassName
{
border-color: #4941CB;
}
</style>