Shades of Free Speech Blue #494FCC
Tints of Free Speech Blue #494FCC
RGB
CMYK
RGB Variations
Color information
#494FCC (or 0x494FCC) is known color: Free Speech Blue. HEX triplet: 49, 4F and CC. RGB value is (73,79,204). Sum of RGB (Red+Green+Blue) = 73+79+204=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #494FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494FCC is #B6B033. Grayscale: #5A5A5A. Windows color (decimal): -11972660 or 13389641. OLE color: 13389641.
HSL color Cylindrical-coordinate representation of color #494FCC: hue angle of 237.25º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #494FCC is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 79 | 204 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.2 |
| HSL | 237.25º | 0.56% | 0.54% | - |
| HSV(B) | 237.25º | 0.64% | 0.8% | - |
| XYZ | 16.44 | 11.37 | 58.45 | - |
| YUV | 91.46 | 191.51 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 204 | 0.64 | 0.61 | 0 | 0.2 | 237.25 | 0.56 | 0.54 |
| Hex | 49 | 4F | CC | 40 | 3D | 0 | 14 | ED | 38 | 36 |
| Octal | 111 | 117 | 314 | 100 | 75 | 0 | 24 | 355 | 70 | 66 |
| Binary | 1001001 | 1001111 | 11001100 | 1000000 | 111101 | 0 | 10100 | 11101101 | 111000 | 110110 |
Color Harmonies of #494FCC
Complementary color
Monochromatic Colors of #494FCC
Black with #494FCC
Text Example
Text Example
White with #494FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494FCC; }
p { color: rgb(73,79,204); }
H1.HeaderClassName
{
color: #494FCC;
}
.AnyTagClassName
{
color: #494FCC;
}
</style>
background-color css
<style>
a { background-color: #494FCC; }
a { background-color: rgb(73,79,204); }
div.DivClassName
{
background-color: #494FCC;
}
.BgClassName
{
background-color: #494FCC;
}
</style>
border-color css
<style>
span { border-color: #494FCC; }
span { border-color: rgb(73,79,204); }
td.TdClassName
{
border-color: #494FCC;
}
.TagClassName
{
border-color: #494FCC;
}
</style>