Shades of Free Speech Blue #494AD5
Tints of Free Speech Blue #494AD5
RGB
CMYK
RGB Variations
Color information
#494AD5 (or 0x494AD5) is known color: Free Speech Blue. HEX triplet: 49, 4A and D5. RGB value is (73,74,213). Sum of RGB (Red+Green+Blue) = 73+74+213=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #494AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494AD5 is #B6B52A. Grayscale: #585858. Windows color (decimal): -11973931 or 13978185. OLE color: 13978185.
HSL color Cylindrical-coordinate representation of color #494AD5: hue angle of 239.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #494AD5 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 74 | 213 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.16 |
| HSL | 239.57º | 0.63% | 0.56% | - |
| HSV(B) | 239.57º | 0.66% | 0.84% | - |
| XYZ | 17.21 | 11.12 | 64.19 | - |
| YUV | 89.55 | 197.67 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 213 | 0.66 | 0.65 | 0 | 0.16 | 239.57 | 0.63 | 0.56 |
| Hex | 49 | 4A | D5 | 42 | 41 | 0 | 10 | F0 | 3E | 38 |
| Octal | 111 | 112 | 325 | 102 | 101 | 0 | 20 | 360 | 76 | 70 |
| Binary | 1001001 | 1001010 | 11010101 | 1000010 | 1000001 | 0 | 10000 | 11110000 | 111110 | 111000 |
Color Harmonies of #494AD5
Complementary color
Monochromatic Colors of #494AD5
Black with #494AD5
Text Example
Text Example
White with #494AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494AD5; }
p { color: rgb(73,74,213); }
H1.HeaderClassName
{
color: #494AD5;
}
.AnyTagClassName
{
color: #494AD5;
}
</style>
background-color css
<style>
a { background-color: #494AD5; }
a { background-color: rgb(73,74,213); }
div.DivClassName
{
background-color: #494AD5;
}
.BgClassName
{
background-color: #494AD5;
}
</style>
border-color css
<style>
span { border-color: #494AD5; }
span { border-color: rgb(73,74,213); }
td.TdClassName
{
border-color: #494AD5;
}
.TagClassName
{
border-color: #494AD5;
}
</style>