Shades of Free Speech Blue #494BDC
Tints of Free Speech Blue #494BDC
RGB
CMYK
RGB Variations
Color information
#494BDC (or 0x494BDC) is known color: Free Speech Blue. HEX triplet: 49, 4B and DC. RGB value is (73,75,220). Sum of RGB (Red+Green+Blue) = 73+75+220=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #494BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BDC is #B6B423. Grayscale: #5A5A5A. Windows color (decimal): -11973668 or 14437193. OLE color: 14437193.
HSL color Cylindrical-coordinate representation of color #494BDC: hue angle of 239.18º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494BDC is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 75 | 220 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.14 |
| HSL | 239.18º | 0.68% | 0.57% | - |
| HSV(B) | 239.18º | 0.67% | 0.86% | - |
| XYZ | 18.18 | 11.62 | 68.99 | - |
| YUV | 90.93 | 200.84 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 220 | 0.67 | 0.66 | 0 | 0.14 | 239.18 | 0.68 | 0.57 |
| Hex | 49 | 4B | DC | 43 | 42 | 0 | E | EF | 44 | 39 |
| Octal | 111 | 113 | 334 | 103 | 102 | 0 | 16 | 357 | 104 | 71 |
| Binary | 1001001 | 1001011 | 11011100 | 1000011 | 1000010 | 0 | 1110 | 11101111 | 1000100 | 111001 |
Color Harmonies of #494BDC
Complementary color
Monochromatic Colors of #494BDC
Black with #494BDC
Text Example
Text Example
White with #494BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494BDC; }
p { color: rgb(73,75,220); }
H1.HeaderClassName
{
color: #494BDC;
}
.AnyTagClassName
{
color: #494BDC;
}
</style>
background-color css
<style>
a { background-color: #494BDC; }
a { background-color: rgb(73,75,220); }
div.DivClassName
{
background-color: #494BDC;
}
.BgClassName
{
background-color: #494BDC;
}
</style>
border-color css
<style>
span { border-color: #494BDC; }
span { border-color: rgb(73,75,220); }
td.TdClassName
{
border-color: #494BDC;
}
.TagClassName
{
border-color: #494BDC;
}
</style>