Shades of Free Speech Blue #495BCF
Tints of Free Speech Blue #495BCF
RGB
CMYK
RGB Variations
Color information
#495BCF (or 0x495BCF) is known color: Free Speech Blue. HEX triplet: 49, 5B and CF. RGB value is (73,91,207). Sum of RGB (Red+Green+Blue) = 73+91+207=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #495BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BCF is #B6A430. Grayscale: #626262. Windows color (decimal): -11969585 or 13589321. OLE color: 13589321.
HSL color Cylindrical-coordinate representation of color #495BCF: hue angle of 231.94º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #495BCF is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 91 | 207 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.19 |
| HSL | 231.94º | 0.58% | 0.55% | - |
| HSV(B) | 231.94º | 0.65% | 0.81% | - |
| XYZ | 17.75 | 13.4 | 60.68 | - |
| YUV | 98.84 | 189.04 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 207 | 0.65 | 0.56 | 0 | 0.19 | 231.94 | 0.58 | 0.55 |
| Hex | 49 | 5B | CF | 41 | 38 | 0 | 13 | E8 | 3A | 37 |
| Octal | 111 | 133 | 317 | 101 | 70 | 0 | 23 | 350 | 72 | 67 |
| Binary | 1001001 | 1011011 | 11001111 | 1000001 | 111000 | 0 | 10011 | 11101000 | 111010 | 110111 |
Color Harmonies of #495BCF
Complementary color
Monochromatic Colors of #495BCF
Black with #495BCF
Text Example
Text Example
White with #495BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495BCF; }
p { color: rgb(73,91,207); }
H1.HeaderClassName
{
color: #495BCF;
}
.AnyTagClassName
{
color: #495BCF;
}
</style>
background-color css
<style>
a { background-color: #495BCF; }
a { background-color: rgb(73,91,207); }
div.DivClassName
{
background-color: #495BCF;
}
.BgClassName
{
background-color: #495BCF;
}
</style>
border-color css
<style>
span { border-color: #495BCF; }
span { border-color: rgb(73,91,207); }
td.TdClassName
{
border-color: #495BCF;
}
.TagClassName
{
border-color: #495BCF;
}
</style>