Shades of Free Speech Blue #4942CB
Tints of Free Speech Blue #4942CB
RGB
CMYK
RGB Variations
Color information
#4942CB (or 0x4942CB) is known color: Free Speech Blue. HEX triplet: 49, 42 and CB. RGB value is (73,66,203). Sum of RGB (Red+Green+Blue) = 73+66+203=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #4942CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4942CB is #B6BD34. Grayscale: #535353. Windows color (decimal): -11975989 or 13320777. OLE color: 13320777.
HSL color Cylindrical-coordinate representation of color #4942CB: hue angle of 243.07º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4942CB is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 66 | 203 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.20 |
| HSL | 243.07º | 0.57% | 0.53% | - |
| HSV(B) | 243.07º | 0.67% | 0.8% | - |
| XYZ | 15.48 | 9.62 | 57.54 | - |
| YUV | 83.71 | 195.32 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 203 | 0.64 | 0.67 | 0 | 0.20 | 243.07 | 0.57 | 0.53 |
| Hex | 49 | 42 | CB | 40 | 43 | 0 | 14 | F3 | 39 | 35 |
| Octal | 111 | 102 | 313 | 100 | 103 | 0 | 24 | 363 | 71 | 65 |
| Binary | 1001001 | 1000010 | 11001011 | 1000000 | 1000011 | 0 | 10100 | 11110011 | 111001 | 110101 |
Color Harmonies of #4942CB
Complementary color
Monochromatic Colors of #4942CB
Black with #4942CB
Text Example
Text Example
White with #4942CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4942CB; }
p { color: rgb(73,66,203); }
H1.HeaderClassName
{
color: #4942CB;
}
.AnyTagClassName
{
color: #4942CB;
}
</style>
background-color css
<style>
a { background-color: #4942CB; }
a { background-color: rgb(73,66,203); }
div.DivClassName
{
background-color: #4942CB;
}
.BgClassName
{
background-color: #4942CB;
}
</style>
border-color css
<style>
span { border-color: #4942CB; }
span { border-color: rgb(73,66,203); }
td.TdClassName
{
border-color: #4942CB;
}
.TagClassName
{
border-color: #4942CB;
}
</style>