Shades of Free Speech Blue #494BDD
Tints of Free Speech Blue #494BDD
RGB
CMYK
RGB Variations
Color information
#494BDD (or 0x494BDD) is known color: Free Speech Blue. HEX triplet: 49, 4B and DD. RGB value is (73,75,221). Sum of RGB (Red+Green+Blue) = 73+75+221=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #494BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BDD is #B6B422. Grayscale: #5A5A5A. Windows color (decimal): -11973667 or 14502729. OLE color: 14502729.
HSL color Cylindrical-coordinate representation of color #494BDD: hue angle of 239.19º 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 #494BDD is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 75 | 221 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.13 |
| HSL | 239.19º | 0.69% | 0.58% | - |
| HSV(B) | 239.19º | 0.67% | 0.87% | - |
| XYZ | 18.31 | 11.67 | 69.69 | - |
| YUV | 91.05 | 201.34 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 221 | 0.67 | 0.66 | 0 | 0.13 | 239.19 | 0.69 | 0.58 |
| Hex | 49 | 4B | DD | 43 | 42 | 0 | D | EF | 45 | 3A |
| Octal | 111 | 113 | 335 | 103 | 102 | 0 | 15 | 357 | 105 | 72 |
| Binary | 1001001 | 1001011 | 11011101 | 1000011 | 1000010 | 0 | 1101 | 11101111 | 1000101 | 111010 |
Color Harmonies of #494BDD
Complementary color
Monochromatic Colors of #494BDD
Black with #494BDD
Text Example
Text Example
White with #494BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494BDD; }
p { color: rgb(73,75,221); }
H1.HeaderClassName
{
color: #494BDD;
}
.AnyTagClassName
{
color: #494BDD;
}
</style>
background-color css
<style>
a { background-color: #494BDD; }
a { background-color: rgb(73,75,221); }
div.DivClassName
{
background-color: #494BDD;
}
.BgClassName
{
background-color: #494BDD;
}
</style>
border-color css
<style>
span { border-color: #494BDD; }
span { border-color: rgb(73,75,221); }
td.TdClassName
{
border-color: #494BDD;
}
.TagClassName
{
border-color: #494BDD;
}
</style>