Shades of Free Speech Blue #494DD4
Tints of Free Speech Blue #494DD4
RGB
CMYK
RGB Variations
Color information
#494DD4 (or 0x494DD4) is known color: Free Speech Blue. HEX triplet: 49, 4D and D4. RGB value is (73,77,212). Sum of RGB (Red+Green+Blue) = 73+77+212=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 212 (83.20% from 255 or 58.56% from 362); Max value from RGB is 212 - color contains mainly: blue. Hex color #494DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DD4 is #B6B22B. Grayscale: #5A5A5A. Windows color (decimal): -11973164 or 13913417. OLE color: 13913417.
HSL color Cylindrical-coordinate representation of color #494DD4: hue angle of 238.27º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #494DD4 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 77 | 212 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.17 |
| HSL | 238.27º | 0.62% | 0.56% | - |
| HSV(B) | 238.27º | 0.66% | 0.83% | - |
| XYZ | 17.29 | 11.48 | 63.59 | - |
| YUV | 91.19 | 196.17 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 212 | 0.66 | 0.64 | 0 | 0.17 | 238.27 | 0.62 | 0.56 |
| Hex | 49 | 4D | D4 | 42 | 40 | 0 | 11 | EE | 3E | 38 |
| Octal | 111 | 115 | 324 | 102 | 100 | 0 | 21 | 356 | 76 | 70 |
| Binary | 1001001 | 1001101 | 11010100 | 1000010 | 1000000 | 0 | 10001 | 11101110 | 111110 | 111000 |
Color Harmonies of #494DD4
Complementary color
Monochromatic Colors of #494DD4
Black with #494DD4
Text Example
Text Example
White with #494DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DD4; }
p { color: rgb(73,77,212); }
H1.HeaderClassName
{
color: #494DD4;
}
.AnyTagClassName
{
color: #494DD4;
}
</style>
background-color css
<style>
a { background-color: #494DD4; }
a { background-color: rgb(73,77,212); }
div.DivClassName
{
background-color: #494DD4;
}
.BgClassName
{
background-color: #494DD4;
}
</style>
border-color css
<style>
span { border-color: #494DD4; }
span { border-color: rgb(73,77,212); }
td.TdClassName
{
border-color: #494DD4;
}
.TagClassName
{
border-color: #494DD4;
}
</style>