Shades of Free Speech Blue #495FCD
Tints of Free Speech Blue #495FCD
RGB
CMYK
RGB Variations
Color information
#495FCD (or 0x495FCD) is known color: Free Speech Blue. HEX triplet: 49, 5F and CD. RGB value is (73,95,205). Sum of RGB (Red+Green+Blue) = 73+95+205=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #495FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495FCD is #B6A032. Grayscale: #646464. Windows color (decimal): -11968563 or 13459273. OLE color: 13459273.
HSL color Cylindrical-coordinate representation of color #495FCD: hue angle of 230º 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 #495FCD is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 95 | 205 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.20 |
| HSL | 230º | 0.57% | 0.55% | - |
| HSV(B) | 230º | 0.64% | 0.8% | - |
| XYZ | 17.86 | 14.01 | 59.52 | - |
| YUV | 100.96 | 186.71 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 205 | 0.64 | 0.54 | 0 | 0.20 | 230 | 0.57 | 0.55 |
| Hex | 49 | 5F | CD | 40 | 36 | 0 | 14 | E6 | 39 | 37 |
| Octal | 111 | 137 | 315 | 100 | 66 | 0 | 24 | 346 | 71 | 67 |
| Binary | 1001001 | 1011111 | 11001101 | 1000000 | 110110 | 0 | 10100 | 11100110 | 111001 | 110111 |
Color Harmonies of #495FCD
Complementary color
Monochromatic Colors of #495FCD
Black with #495FCD
Text Example
Text Example
White with #495FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FCD; }
p { color: rgb(73,95,205); }
H1.HeaderClassName
{
color: #495FCD;
}
.AnyTagClassName
{
color: #495FCD;
}
</style>
background-color css
<style>
a { background-color: #495FCD; }
a { background-color: rgb(73,95,205); }
div.DivClassName
{
background-color: #495FCD;
}
.BgClassName
{
background-color: #495FCD;
}
</style>
border-color css
<style>
span { border-color: #495FCD; }
span { border-color: rgb(73,95,205); }
td.TdClassName
{
border-color: #495FCD;
}
.TagClassName
{
border-color: #495FCD;
}
</style>