Shades of Free Speech Blue #494ADE
Tints of Free Speech Blue #494ADE
RGB
CMYK
RGB Variations
Color information
#494ADE (or 0x494ADE) is known color: Free Speech Blue. HEX triplet: 49, 4A and DE. RGB value is (73,74,222). Sum of RGB (Red+Green+Blue) = 73+74+222=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #494ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494ADE is #B6B521. Grayscale: #595959. Windows color (decimal): -11973922 or 14568009. OLE color: 14568009.
HSL color Cylindrical-coordinate representation of color #494ADE: hue angle of 239.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494ADE is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 74 | 222 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.13 |
| HSL | 239.6º | 0.69% | 0.58% | - |
| HSV(B) | 239.6º | 0.67% | 0.87% | - |
| XYZ | 18.38 | 11.59 | 70.38 | - |
| YUV | 90.57 | 202.17 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 222 | 0.67 | 0.67 | 0 | 0.13 | 239.6 | 0.69 | 0.58 |
| Hex | 49 | 4A | DE | 43 | 43 | 0 | D | F0 | 45 | 3A |
| Octal | 111 | 112 | 336 | 103 | 103 | 0 | 15 | 360 | 105 | 72 |
| Binary | 1001001 | 1001010 | 11011110 | 1000011 | 1000011 | 0 | 1101 | 11110000 | 1000101 | 111010 |
Color Harmonies of #494ADE
Complementary color
Monochromatic Colors of #494ADE
Black with #494ADE
Text Example
Text Example
White with #494ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494ADE; }
p { color: rgb(73,74,222); }
H1.HeaderClassName
{
color: #494ADE;
}
.AnyTagClassName
{
color: #494ADE;
}
</style>
background-color css
<style>
a { background-color: #494ADE; }
a { background-color: rgb(73,74,222); }
div.DivClassName
{
background-color: #494ADE;
}
.BgClassName
{
background-color: #494ADE;
}
</style>
border-color css
<style>
span { border-color: #494ADE; }
span { border-color: rgb(73,74,222); }
td.TdClassName
{
border-color: #494ADE;
}
.TagClassName
{
border-color: #494ADE;
}
</style>