Shades of Free Speech Blue #495BCD
Tints of Free Speech Blue #495BCD
RGB
CMYK
RGB Variations
Color information
#495BCD (or 0x495BCD) is known color: Free Speech Blue. HEX triplet: 49, 5B and CD. RGB value is (73,91,205). Sum of RGB (Red+Green+Blue) = 73+91+205=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #495BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BCD is #B6A432. Grayscale: #626262. Windows color (decimal): -11969587 or 13458249. OLE color: 13458249.
HSL color Cylindrical-coordinate representation of color #495BCD: hue angle of 231.82º 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 #495BCD is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 91 | 205 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.20 |
| HSL | 231.82º | 0.57% | 0.55% | - |
| HSV(B) | 231.82º | 0.64% | 0.8% | - |
| XYZ | 17.51 | 13.31 | 59.4 | - |
| YUV | 98.61 | 188.04 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 205 | 0.64 | 0.56 | 0 | 0.20 | 231.82 | 0.57 | 0.55 |
| Hex | 49 | 5B | CD | 40 | 38 | 0 | 14 | E8 | 39 | 37 |
| Octal | 111 | 133 | 315 | 100 | 70 | 0 | 24 | 350 | 71 | 67 |
| Binary | 1001001 | 1011011 | 11001101 | 1000000 | 111000 | 0 | 10100 | 11101000 | 111001 | 110111 |
Color Harmonies of #495BCD
Complementary color
Monochromatic Colors of #495BCD
Black with #495BCD
Text Example
Text Example
White with #495BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495BCD; }
p { color: rgb(73,91,205); }
H1.HeaderClassName
{
color: #495BCD;
}
.AnyTagClassName
{
color: #495BCD;
}
</style>
background-color css
<style>
a { background-color: #495BCD; }
a { background-color: rgb(73,91,205); }
div.DivClassName
{
background-color: #495BCD;
}
.BgClassName
{
background-color: #495BCD;
}
</style>
border-color css
<style>
span { border-color: #495BCD; }
span { border-color: rgb(73,91,205); }
td.TdClassName
{
border-color: #495BCD;
}
.TagClassName
{
border-color: #495BCD;
}
</style>