Shades of Free Speech Blue #4939CF
Tints of Free Speech Blue #4939CF
RGB
CMYK
RGB Variations
Color information
#4939CF (or 0x4939CF) is known color: Free Speech Blue. HEX triplet: 49, 39 and CF. RGB value is (73,57,207). Sum of RGB (Red+Green+Blue) = 73+57+207=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #4939CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4939CF is #B6C630. Grayscale: #4E4E4E. Windows color (decimal): -11978289 or 13580617. OLE color: 13580617.
HSL color Cylindrical-coordinate representation of color #4939CF: hue angle of 246.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4939CF is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 57 | 207 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.19 |
| HSL | 246.4º | 0.61% | 0.52% | - |
| HSV(B) | 246.4º | 0.72% | 0.81% | - |
| XYZ | 15.47 | 8.85 | 59.92 | - |
| YUV | 78.88 | 200.3 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 207 | 0.65 | 0.72 | 0 | 0.19 | 246.4 | 0.61 | 0.52 |
| Hex | 49 | 39 | CF | 41 | 48 | 0 | 13 | F6 | 3D | 34 |
| Octal | 111 | 71 | 317 | 101 | 110 | 0 | 23 | 366 | 75 | 64 |
| Binary | 1001001 | 111001 | 11001111 | 1000001 | 1001000 | 0 | 10011 | 11110110 | 111101 | 110100 |
Color Harmonies of #4939CF
Complementary color
Monochromatic Colors of #4939CF
Black with #4939CF
Text Example
Text Example
White with #4939CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4939CF; }
p { color: rgb(73,57,207); }
H1.HeaderClassName
{
color: #4939CF;
}
.AnyTagClassName
{
color: #4939CF;
}
</style>
background-color css
<style>
a { background-color: #4939CF; }
a { background-color: rgb(73,57,207); }
div.DivClassName
{
background-color: #4939CF;
}
.BgClassName
{
background-color: #4939CF;
}
</style>
border-color css
<style>
span { border-color: #4939CF; }
span { border-color: rgb(73,57,207); }
td.TdClassName
{
border-color: #4939CF;
}
.TagClassName
{
border-color: #4939CF;
}
</style>