Shades of Free Speech Blue #494DD2
Tints of Free Speech Blue #494DD2
RGB
CMYK
RGB Variations
Color information
#494DD2 (or 0x494DD2) is known color: Free Speech Blue. HEX triplet: 49, 4D and D2. RGB value is (73,77,210). Sum of RGB (Red+Green+Blue) = 73+77+210=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 210 (82.42% from 255 or 58.33% from 360); Max value from RGB is 210 - color contains mainly: blue. Hex color #494DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DD2 is #B6B22D. Grayscale: #5A5A5A. Windows color (decimal): -11973166 or 13782345. OLE color: 13782345.
HSL color Cylindrical-coordinate representation of color #494DD2: hue angle of 238.25º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #494DD2 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 77 | 210 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.18 |
| HSL | 238.25º | 0.6% | 0.55% | - |
| HSV(B) | 238.25º | 0.65% | 0.82% | - |
| XYZ | 17.03 | 11.38 | 62.27 | - |
| YUV | 90.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 210 | 0.65 | 0.63 | 0 | 0.18 | 238.25 | 0.6 | 0.55 |
| Hex | 49 | 4D | D2 | 41 | 3F | 0 | 12 | EE | 3C | 37 |
| Octal | 111 | 115 | 322 | 101 | 77 | 0 | 22 | 356 | 74 | 67 |
| Binary | 1001001 | 1001101 | 11010010 | 1000001 | 111111 | 0 | 10010 | 11101110 | 111100 | 110111 |
Color Harmonies of #494DD2
Complementary color
Monochromatic Colors of #494DD2
Black with #494DD2
Text Example
Text Example
White with #494DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DD2; }
p { color: rgb(73,77,210); }
H1.HeaderClassName
{
color: #494DD2;
}
.AnyTagClassName
{
color: #494DD2;
}
</style>
background-color css
<style>
a { background-color: #494DD2; }
a { background-color: rgb(73,77,210); }
div.DivClassName
{
background-color: #494DD2;
}
.BgClassName
{
background-color: #494DD2;
}
</style>
border-color css
<style>
span { border-color: #494DD2; }
span { border-color: rgb(73,77,210); }
td.TdClassName
{
border-color: #494DD2;
}
.TagClassName
{
border-color: #494DD2;
}
</style>