Shades of Free Speech Blue #495BBF
Tints of Free Speech Blue #495BBF
RGB
CMYK
RGB Variations
Color information
#495BBF (or 0x495BBF) is known color: Free Speech Blue. HEX triplet: 49, 5B and BF. RGB value is (73,91,191). Sum of RGB (Red+Green+Blue) = 73+91+191=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #495BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BBF is #B6A440. Grayscale: #606060. Windows color (decimal): -11969601 or 12540745. OLE color: 12540745.
HSL color Cylindrical-coordinate representation of color #495BBF: hue angle of 230.85º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #495BBF is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 91 | 191 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.25 |
| HSL | 230.85º | 0.48% | 0.52% | - |
| HSV(B) | 230.85º | 0.62% | 0.75% | - |
| XYZ | 15.89 | 12.66 | 50.9 | - |
| YUV | 97.02 | 181.04 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 191 | 0.62 | 0.52 | 0 | 0.25 | 230.85 | 0.48 | 0.52 |
| Hex | 49 | 5B | BF | 3E | 34 | 0 | 19 | E7 | 30 | 34 |
| Octal | 111 | 133 | 277 | 76 | 64 | 0 | 31 | 347 | 60 | 64 |
| Binary | 1001001 | 1011011 | 10111111 | 111110 | 110100 | 0 | 11001 | 11100111 | 110000 | 110100 |
Color Harmonies of #495BBF
Complementary color
Monochromatic Colors of #495BBF
Black with #495BBF
Text Example
Text Example
White with #495BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495BBF; }
p { color: rgb(73,91,191); }
H1.HeaderClassName
{
color: #495BBF;
}
.AnyTagClassName
{
color: #495BBF;
}
</style>
background-color css
<style>
a { background-color: #495BBF; }
a { background-color: rgb(73,91,191); }
div.DivClassName
{
background-color: #495BBF;
}
.BgClassName
{
background-color: #495BBF;
}
</style>
border-color css
<style>
span { border-color: #495BBF; }
span { border-color: rgb(73,91,191); }
td.TdClassName
{
border-color: #495BBF;
}
.TagClassName
{
border-color: #495BBF;
}
</style>