Shades of Free Speech Blue #4965CF
Tints of Free Speech Blue #4965CF
RGB
CMYK
RGB Variations
Color information
#4965CF (or 0x4965CF) is known color: Free Speech Blue. HEX triplet: 49, 65 and CF. RGB value is (73,101,207). Sum of RGB (Red+Green+Blue) = 73+101+207=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #4965CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4965CF is #B69A30. Grayscale: #686868. Windows color (decimal): -11967025 or 13591881. OLE color: 13591881.
HSL color Cylindrical-coordinate representation of color #4965CF: hue angle of 227.46º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4965CF is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 101 | 207 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.19 |
| HSL | 227.46º | 0.58% | 0.55% | - |
| HSV(B) | 227.46º | 0.65% | 0.81% | - |
| XYZ | 18.66 | 15.23 | 60.99 | - |
| YUV | 104.71 | 185.72 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 207 | 0.65 | 0.51 | 0 | 0.19 | 227.46 | 0.58 | 0.55 |
| Hex | 49 | 65 | CF | 41 | 33 | 0 | 13 | E3 | 3A | 37 |
| Octal | 111 | 145 | 317 | 101 | 63 | 0 | 23 | 343 | 72 | 67 |
| Binary | 1001001 | 1100101 | 11001111 | 1000001 | 110011 | 0 | 10011 | 11100011 | 111010 | 110111 |
Color Harmonies of #4965CF
Complementary color
Monochromatic Colors of #4965CF
Black with #4965CF
Text Example
Text Example
White with #4965CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4965CF; }
p { color: rgb(73,101,207); }
H1.HeaderClassName
{
color: #4965CF;
}
.AnyTagClassName
{
color: #4965CF;
}
</style>
background-color css
<style>
a { background-color: #4965CF; }
a { background-color: rgb(73,101,207); }
div.DivClassName
{
background-color: #4965CF;
}
.BgClassName
{
background-color: #4965CF;
}
</style>
border-color css
<style>
span { border-color: #4965CF; }
span { border-color: rgb(73,101,207); }
td.TdClassName
{
border-color: #4965CF;
}
.TagClassName
{
border-color: #4965CF;
}
</style>