Shades of Free Speech Blue #494AD2
Tints of Free Speech Blue #494AD2
RGB
CMYK
RGB Variations
Color information
#494AD2 (or 0x494AD2) is known color: Free Speech Blue. HEX triplet: 49, 4A and D2. RGB value is (73,74,210). Sum of RGB (Red+Green+Blue) = 73+74+210=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 210 (82.42% from 255 or 58.82% from 357); Max value from RGB is 210 - color contains mainly: blue. Hex color #494AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494AD2 is #B6B52D. Grayscale: #585858. Windows color (decimal): -11973934 or 13781577. OLE color: 13781577.
HSL color Cylindrical-coordinate representation of color #494AD2: hue angle of 239.56º 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 #494AD2 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 74 | 210 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.18 |
| HSL | 239.56º | 0.6% | 0.55% | - |
| HSV(B) | 239.56º | 0.65% | 0.82% | - |
| XYZ | 16.83 | 10.97 | 62.2 | - |
| YUV | 89.21 | 196.17 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 210 | 0.65 | 0.65 | 0 | 0.18 | 239.56 | 0.6 | 0.55 |
| Hex | 49 | 4A | D2 | 41 | 41 | 0 | 12 | F0 | 3C | 37 |
| Octal | 111 | 112 | 322 | 101 | 101 | 0 | 22 | 360 | 74 | 67 |
| Binary | 1001001 | 1001010 | 11010010 | 1000001 | 1000001 | 0 | 10010 | 11110000 | 111100 | 110111 |
Color Harmonies of #494AD2
Complementary color
Monochromatic Colors of #494AD2
Black with #494AD2
Text Example
Text Example
White with #494AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494AD2; }
p { color: rgb(73,74,210); }
H1.HeaderClassName
{
color: #494AD2;
}
.AnyTagClassName
{
color: #494AD2;
}
</style>
background-color css
<style>
a { background-color: #494AD2; }
a { background-color: rgb(73,74,210); }
div.DivClassName
{
background-color: #494AD2;
}
.BgClassName
{
background-color: #494AD2;
}
</style>
border-color css
<style>
span { border-color: #494AD2; }
span { border-color: rgb(73,74,210); }
td.TdClassName
{
border-color: #494AD2;
}
.TagClassName
{
border-color: #494AD2;
}
</style>