Shades of Free Speech Blue #4945C3
Tints of Free Speech Blue #4945C3
RGB
CMYK
RGB Variations
Color information
#4945C3 (or 0x4945C3) is known color: Free Speech Blue. HEX triplet: 49, 45 and C3. RGB value is (73,69,195). Sum of RGB (Red+Green+Blue) = 73+69+195=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 195 (76.56% from 255 or 57.86% from 337); Max value from RGB is 195 - color contains mainly: blue. Hex color #4945C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4945C3 is #B6BA3C. Grayscale: #545454. Windows color (decimal): -11975229 or 12797257. OLE color: 12797257.
HSL color Cylindrical-coordinate representation of color #4945C3: hue angle of 241.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4945C3 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 69 | 195 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.24 |
| HSL | 241.9º | 0.51% | 0.52% | - |
| HSV(B) | 241.9º | 0.65% | 0.76% | - |
| XYZ | 14.73 | 9.61 | 52.71 | - |
| YUV | 84.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 195 | 0.63 | 0.65 | 0 | 0.24 | 241.9 | 0.51 | 0.52 |
| Hex | 49 | 45 | C3 | 3F | 41 | 0 | 18 | F2 | 33 | 34 |
| Octal | 111 | 105 | 303 | 77 | 101 | 0 | 30 | 362 | 63 | 64 |
| Binary | 1001001 | 1000101 | 11000011 | 111111 | 1000001 | 0 | 11000 | 11110010 | 110011 | 110100 |
Color Harmonies of #4945C3
Complementary color
Monochromatic Colors of #4945C3
Black with #4945C3
Text Example
Text Example
White with #4945C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4945C3; }
p { color: rgb(73,69,195); }
H1.HeaderClassName
{
color: #4945C3;
}
.AnyTagClassName
{
color: #4945C3;
}
</style>
background-color css
<style>
a { background-color: #4945C3; }
a { background-color: rgb(73,69,195); }
div.DivClassName
{
background-color: #4945C3;
}
.BgClassName
{
background-color: #4945C3;
}
</style>
border-color css
<style>
span { border-color: #4945C3; }
span { border-color: rgb(73,69,195); }
td.TdClassName
{
border-color: #4945C3;
}
.TagClassName
{
border-color: #4945C3;
}
</style>