Shades of Free Speech Blue #494DC4
Tints of Free Speech Blue #494DC4
RGB
CMYK
RGB Variations
Color information
#494DC4 (or 0x494DC4) is known color: Free Speech Blue. HEX triplet: 49, 4D and C4. RGB value is (73,77,196). Sum of RGB (Red+Green+Blue) = 73+77+196=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 196 (76.95% from 255 or 56.65% from 346); Max value from RGB is 196 - color contains mainly: blue. Hex color #494DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DC4 is #B6B23B. Grayscale: #585858. Windows color (decimal): -11973180 or 12864841. OLE color: 12864841.
HSL color Cylindrical-coordinate representation of color #494DC4: hue angle of 238.05º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #494DC4 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 77 | 196 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.23 |
| HSL | 238.05º | 0.51% | 0.53% | - |
| HSV(B) | 238.05º | 0.63% | 0.77% | - |
| XYZ | 15.37 | 10.71 | 53.48 | - |
| YUV | 89.37 | 188.17 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 196 | 0.63 | 0.61 | 0 | 0.23 | 238.05 | 0.51 | 0.53 |
| Hex | 49 | 4D | C4 | 3F | 3D | 0 | 17 | EE | 33 | 35 |
| Octal | 111 | 115 | 304 | 77 | 75 | 0 | 27 | 356 | 63 | 65 |
| Binary | 1001001 | 1001101 | 11000100 | 111111 | 111101 | 0 | 10111 | 11101110 | 110011 | 110101 |
Color Harmonies of #494DC4
Complementary color
Monochromatic Colors of #494DC4
Black with #494DC4
Text Example
Text Example
White with #494DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DC4; }
p { color: rgb(73,77,196); }
H1.HeaderClassName
{
color: #494DC4;
}
.AnyTagClassName
{
color: #494DC4;
}
</style>
background-color css
<style>
a { background-color: #494DC4; }
a { background-color: rgb(73,77,196); }
div.DivClassName
{
background-color: #494DC4;
}
.BgClassName
{
background-color: #494DC4;
}
</style>
border-color css
<style>
span { border-color: #494DC4; }
span { border-color: rgb(73,77,196); }
td.TdClassName
{
border-color: #494DC4;
}
.TagClassName
{
border-color: #494DC4;
}
</style>