Shades of Free Speech Blue #4940CB
Tints of Free Speech Blue #4940CB
RGB
CMYK
RGB Variations
Color information
#4940CB (or 0x4940CB) is known color: Free Speech Blue. HEX triplet: 49, 40 and CB. RGB value is (73,64,203). Sum of RGB (Red+Green+Blue) = 73+64+203=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #4940CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4940CB is #B6BF34. Grayscale: #515151. Windows color (decimal): -11976501 or 13320265. OLE color: 13320265.
HSL color Cylindrical-coordinate representation of color #4940CB: hue angle of 243.88º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4940CB is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 64 | 203 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.20 |
| HSL | 243.88º | 0.57% | 0.52% | - |
| HSV(B) | 243.88º | 0.68% | 0.8% | - |
| XYZ | 15.36 | 9.4 | 57.5 | - |
| YUV | 82.54 | 195.98 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 203 | 0.64 | 0.68 | 0 | 0.20 | 243.88 | 0.57 | 0.52 |
| Hex | 49 | 40 | CB | 40 | 44 | 0 | 14 | F4 | 39 | 34 |
| Octal | 111 | 100 | 313 | 100 | 104 | 0 | 24 | 364 | 71 | 64 |
| Binary | 1001001 | 1000000 | 11001011 | 1000000 | 1000100 | 0 | 10100 | 11110100 | 111001 | 110100 |
Color Harmonies of #4940CB
Complementary color
Monochromatic Colors of #4940CB
Black with #4940CB
Text Example
Text Example
White with #4940CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4940CB; }
p { color: rgb(73,64,203); }
H1.HeaderClassName
{
color: #4940CB;
}
.AnyTagClassName
{
color: #4940CB;
}
</style>
background-color css
<style>
a { background-color: #4940CB; }
a { background-color: rgb(73,64,203); }
div.DivClassName
{
background-color: #4940CB;
}
.BgClassName
{
background-color: #4940CB;
}
</style>
border-color css
<style>
span { border-color: #4940CB; }
span { border-color: rgb(73,64,203); }
td.TdClassName
{
border-color: #4940CB;
}
.TagClassName
{
border-color: #4940CB;
}
</style>