Shades of Free Speech Blue #494CCD
Tints of Free Speech Blue #494CCD
RGB
CMYK
RGB Variations
Color information
#494CCD (or 0x494CCD) is known color: Free Speech Blue. HEX triplet: 49, 4C and CD. RGB value is (73,76,205). Sum of RGB (Red+Green+Blue) = 73+76+205=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #494CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CCD is #B6B332. Grayscale: #595959. Windows color (decimal): -11973427 or 13454409. OLE color: 13454409.
HSL color Cylindrical-coordinate representation of color #494CCD: hue angle of 238.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #494CCD is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 76 | 205 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.20 |
| HSL | 238.64º | 0.57% | 0.55% | - |
| HSV(B) | 238.64º | 0.64% | 0.8% | - |
| XYZ | 16.35 | 10.99 | 59.02 | - |
| YUV | 89.81 | 193.01 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 205 | 0.64 | 0.63 | 0 | 0.20 | 238.64 | 0.57 | 0.55 |
| Hex | 49 | 4C | CD | 40 | 3F | 0 | 14 | EF | 39 | 37 |
| Octal | 111 | 114 | 315 | 100 | 77 | 0 | 24 | 357 | 71 | 67 |
| Binary | 1001001 | 1001100 | 11001101 | 1000000 | 111111 | 0 | 10100 | 11101111 | 111001 | 110111 |
Color Harmonies of #494CCD
Complementary color
Monochromatic Colors of #494CCD
Black with #494CCD
Text Example
Text Example
White with #494CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494CCD; }
p { color: rgb(73,76,205); }
H1.HeaderClassName
{
color: #494CCD;
}
.AnyTagClassName
{
color: #494CCD;
}
</style>
background-color css
<style>
a { background-color: #494CCD; }
a { background-color: rgb(73,76,205); }
div.DivClassName
{
background-color: #494CCD;
}
.BgClassName
{
background-color: #494CCD;
}
</style>
border-color css
<style>
span { border-color: #494CCD; }
span { border-color: rgb(73,76,205); }
td.TdClassName
{
border-color: #494CCD;
}
.TagClassName
{
border-color: #494CCD;
}
</style>