Shades of Free Speech Blue #495ECB
Tints of Free Speech Blue #495ECB
RGB
CMYK
RGB Variations
Color information
#495ECB (or 0x495ECB) is known color: Free Speech Blue. HEX triplet: 49, 5E and CB. RGB value is (73,94,203). Sum of RGB (Red+Green+Blue) = 73+94+203=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #495ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ECB is #B6A134. Grayscale: #636363. Windows color (decimal): -11968821 or 13327945. OLE color: 13327945.
HSL color Cylindrical-coordinate representation of color #495ECB: hue angle of 230.31º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #495ECB is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 94 | 203 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.20 |
| HSL | 230.31º | 0.56% | 0.54% | - |
| HSV(B) | 230.31º | 0.64% | 0.8% | - |
| XYZ | 17.53 | 13.73 | 58.23 | - |
| YUV | 100.15 | 186.04 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 203 | 0.64 | 0.54 | 0 | 0.20 | 230.31 | 0.56 | 0.54 |
| Hex | 49 | 5E | CB | 40 | 36 | 0 | 14 | E6 | 38 | 36 |
| Octal | 111 | 136 | 313 | 100 | 66 | 0 | 24 | 346 | 70 | 66 |
| Binary | 1001001 | 1011110 | 11001011 | 1000000 | 110110 | 0 | 10100 | 11100110 | 111000 | 110110 |
Color Harmonies of #495ECB
Complementary color
Monochromatic Colors of #495ECB
Black with #495ECB
Text Example
Text Example
White with #495ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495ECB; }
p { color: rgb(73,94,203); }
H1.HeaderClassName
{
color: #495ECB;
}
.AnyTagClassName
{
color: #495ECB;
}
</style>
background-color css
<style>
a { background-color: #495ECB; }
a { background-color: rgb(73,94,203); }
div.DivClassName
{
background-color: #495ECB;
}
.BgClassName
{
background-color: #495ECB;
}
</style>
border-color css
<style>
span { border-color: #495ECB; }
span { border-color: rgb(73,94,203); }
td.TdClassName
{
border-color: #495ECB;
}
.TagClassName
{
border-color: #495ECB;
}
</style>