Shades of Free Speech Blue #495DB2
Tints of Free Speech Blue #495DB2
RGB
CMYK
RGB Variations
Color information
#495DB2 (or 0x495DB2) is known color: Free Speech Blue. HEX triplet: 49, 5D and B2. RGB value is (73,93,178). Sum of RGB (Red+Green+Blue) = 73+93+178=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #495DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495DB2 is #B6A24D. Grayscale: #606060. Windows color (decimal): -11969102 or 11689289. OLE color: 11689289.
HSL color Cylindrical-coordinate representation of color #495DB2: hue angle of 228.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #495DB2 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 93 | 178 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.30 |
| HSL | 228.57º | 0.42% | 0.49% | - |
| HSV(B) | 228.57º | 0.59% | 0.7% | - |
| XYZ | 14.7 | 12.46 | 43.75 | - |
| YUV | 96.71 | 173.87 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 178 | 0.59 | 0.48 | 0 | 0.30 | 228.57 | 0.42 | 0.49 |
| Hex | 49 | 5D | B2 | 3B | 30 | 0 | 1E | E5 | 2A | 31 |
| Octal | 111 | 135 | 262 | 73 | 60 | 0 | 36 | 345 | 52 | 61 |
| Binary | 1001001 | 1011101 | 10110010 | 111011 | 110000 | 0 | 11110 | 11100101 | 101010 | 110001 |
Color Harmonies of #495DB2
Complementary color
Monochromatic Colors of #495DB2
Black with #495DB2
Text Example
Text Example
White with #495DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495DB2; }
p { color: rgb(73,93,178); }
H1.HeaderClassName
{
color: #495DB2;
}
.AnyTagClassName
{
color: #495DB2;
}
</style>
background-color css
<style>
a { background-color: #495DB2; }
a { background-color: rgb(73,93,178); }
div.DivClassName
{
background-color: #495DB2;
}
.BgClassName
{
background-color: #495DB2;
}
</style>
border-color css
<style>
span { border-color: #495DB2; }
span { border-color: rgb(73,93,178); }
td.TdClassName
{
border-color: #495DB2;
}
.TagClassName
{
border-color: #495DB2;
}
</style>