Shades of Free Speech Blue #495BCE
Tints of Free Speech Blue #495BCE
RGB
CMYK
RGB Variations
Color information
#495BCE (or 0x495BCE) is known color: Free Speech Blue. HEX triplet: 49, 5B and CE. RGB value is (73,91,206). Sum of RGB (Red+Green+Blue) = 73+91+206=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #495BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BCE is #B6A431. Grayscale: #626262. Windows color (decimal): -11969586 or 13523785. OLE color: 13523785.
HSL color Cylindrical-coordinate representation of color #495BCE: hue angle of 231.88º 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 #495BCE is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 91 | 206 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.19 |
| HSL | 231.88º | 0.58% | 0.55% | - |
| HSV(B) | 231.88º | 0.65% | 0.81% | - |
| XYZ | 17.63 | 13.35 | 60.04 | - |
| YUV | 98.73 | 188.54 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 206 | 0.65 | 0.56 | 0 | 0.19 | 231.88 | 0.58 | 0.55 |
| Hex | 49 | 5B | CE | 41 | 38 | 0 | 13 | E8 | 3A | 37 |
| Octal | 111 | 133 | 316 | 101 | 70 | 0 | 23 | 350 | 72 | 67 |
| Binary | 1001001 | 1011011 | 11001110 | 1000001 | 111000 | 0 | 10011 | 11101000 | 111010 | 110111 |
Color Harmonies of #495BCE
Complementary color
Monochromatic Colors of #495BCE
Black with #495BCE
Text Example
Text Example
White with #495BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495BCE; }
p { color: rgb(73,91,206); }
H1.HeaderClassName
{
color: #495BCE;
}
.AnyTagClassName
{
color: #495BCE;
}
</style>
background-color css
<style>
a { background-color: #495BCE; }
a { background-color: rgb(73,91,206); }
div.DivClassName
{
background-color: #495BCE;
}
.BgClassName
{
background-color: #495BCE;
}
</style>
border-color css
<style>
span { border-color: #495BCE; }
span { border-color: rgb(73,91,206); }
td.TdClassName
{
border-color: #495BCE;
}
.TagClassName
{
border-color: #495BCE;
}
</style>