Shades of Free Speech Blue #495DCD
Tints of Free Speech Blue #495DCD
RGB
CMYK
RGB Variations
Color information
#495DCD (or 0x495DCD) is known color: Free Speech Blue. HEX triplet: 49, 5D and CD. RGB value is (73,93,205). Sum of RGB (Red+Green+Blue) = 73+93+205=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #495DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DCD is #B6A232. Grayscale: #636363. Windows color (decimal): -11969075 or 13458761. OLE color: 13458761.
HSL color Cylindrical-coordinate representation of color #495DCD: hue angle of 230.91º 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 #495DCD is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 93 | 205 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.20 |
| HSL | 230.91º | 0.57% | 0.55% | - |
| HSV(B) | 230.91º | 0.64% | 0.8% | - |
| XYZ | 17.68 | 13.65 | 59.46 | - |
| YUV | 99.79 | 187.37 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 205 | 0.64 | 0.55 | 0 | 0.20 | 230.91 | 0.57 | 0.55 |
| Hex | 49 | 5D | CD | 40 | 37 | 0 | 14 | E7 | 39 | 37 |
| Octal | 111 | 135 | 315 | 100 | 67 | 0 | 24 | 347 | 71 | 67 |
| Binary | 1001001 | 1011101 | 11001101 | 1000000 | 110111 | 0 | 10100 | 11100111 | 111001 | 110111 |
Color Harmonies of #495DCD
Complementary color
Monochromatic Colors of #495DCD
Black with #495DCD
Text Example
Text Example
White with #495DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495DCD; }
p { color: rgb(73,93,205); }
H1.HeaderClassName
{
color: #495DCD;
}
.AnyTagClassName
{
color: #495DCD;
}
</style>
background-color css
<style>
a { background-color: #495DCD; }
a { background-color: rgb(73,93,205); }
div.DivClassName
{
background-color: #495DCD;
}
.BgClassName
{
background-color: #495DCD;
}
</style>
border-color css
<style>
span { border-color: #495DCD; }
span { border-color: rgb(73,93,205); }
td.TdClassName
{
border-color: #495DCD;
}
.TagClassName
{
border-color: #495DCD;
}
</style>