Shades of Free Speech Blue #4939CC
Tints of Free Speech Blue #4939CC
RGB
CMYK
RGB Variations
Color information
#4939CC (or 0x4939CC) is known color: Free Speech Blue. HEX triplet: 49, 39 and CC. RGB value is (73,57,204). Sum of RGB (Red+Green+Blue) = 73+57+204=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #4939CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4939CC is #B6C633. Grayscale: #4D4D4D. Windows color (decimal): -11978292 or 13384009. OLE color: 13384009.
HSL color Cylindrical-coordinate representation of color #4939CC: hue angle of 246.53º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4939CC is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 57 | 204 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.2 |
| HSL | 246.53º | 0.59% | 0.51% | - |
| HSV(B) | 246.53º | 0.72% | 0.8% | - |
| XYZ | 15.11 | 8.7 | 58.01 | - |
| YUV | 78.54 | 198.8 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 204 | 0.64 | 0.72 | 0 | 0.2 | 246.53 | 0.59 | 0.51 |
| Hex | 49 | 39 | CC | 40 | 48 | 0 | 14 | F7 | 3B | 33 |
| Octal | 111 | 71 | 314 | 100 | 110 | 0 | 24 | 367 | 73 | 63 |
| Binary | 1001001 | 111001 | 11001100 | 1000000 | 1001000 | 0 | 10100 | 11110111 | 111011 | 110011 |
Color Harmonies of #4939CC
Complementary color
Monochromatic Colors of #4939CC
Black with #4939CC
Text Example
Text Example
White with #4939CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4939CC; }
p { color: rgb(73,57,204); }
H1.HeaderClassName
{
color: #4939CC;
}
.AnyTagClassName
{
color: #4939CC;
}
</style>
background-color css
<style>
a { background-color: #4939CC; }
a { background-color: rgb(73,57,204); }
div.DivClassName
{
background-color: #4939CC;
}
.BgClassName
{
background-color: #4939CC;
}
</style>
border-color css
<style>
span { border-color: #4939CC; }
span { border-color: rgb(73,57,204); }
td.TdClassName
{
border-color: #4939CC;
}
.TagClassName
{
border-color: #4939CC;
}
</style>