Shades of Free Speech Blue #4945CB
Tints of Free Speech Blue #4945CB
RGB
CMYK
RGB Variations
Color information
#4945CB (or 0x4945CB) is known color: Free Speech Blue. HEX triplet: 49, 45 and CB. RGB value is (73,69,203). Sum of RGB (Red+Green+Blue) = 73+69+203=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #4945CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4945CB is #B6BA34. Grayscale: #545454. Windows color (decimal): -11975221 or 13321545. OLE color: 13321545.
HSL color Cylindrical-coordinate representation of color #4945CB: hue angle of 241.79º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4945CB is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 69 | 203 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.20 |
| HSL | 241.79º | 0.56% | 0.53% | - |
| HSV(B) | 241.79º | 0.66% | 0.8% | - |
| XYZ | 15.66 | 9.98 | 57.6 | - |
| YUV | 85.47 | 194.33 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 203 | 0.64 | 0.66 | 0 | 0.20 | 241.79 | 0.56 | 0.53 |
| Hex | 49 | 45 | CB | 40 | 42 | 0 | 14 | F2 | 38 | 35 |
| Octal | 111 | 105 | 313 | 100 | 102 | 0 | 24 | 362 | 70 | 65 |
| Binary | 1001001 | 1000101 | 11001011 | 1000000 | 1000010 | 0 | 10100 | 11110010 | 111000 | 110101 |
Color Harmonies of #4945CB
Complementary color
Monochromatic Colors of #4945CB
Black with #4945CB
Text Example
Text Example
White with #4945CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4945CB; }
p { color: rgb(73,69,203); }
H1.HeaderClassName
{
color: #4945CB;
}
.AnyTagClassName
{
color: #4945CB;
}
</style>
background-color css
<style>
a { background-color: #4945CB; }
a { background-color: rgb(73,69,203); }
div.DivClassName
{
background-color: #4945CB;
}
.BgClassName
{
background-color: #4945CB;
}
</style>
border-color css
<style>
span { border-color: #4945CB; }
span { border-color: rgb(73,69,203); }
td.TdClassName
{
border-color: #4945CB;
}
.TagClassName
{
border-color: #4945CB;
}
</style>