Shades of Free Speech Blue #495CCB
Tints of Free Speech Blue #495CCB
RGB
CMYK
RGB Variations
Color information
#495CCB (or 0x495CCB) is known color: Free Speech Blue. HEX triplet: 49, 5C and CB. RGB value is (73,92,203). Sum of RGB (Red+Green+Blue) = 73+92+203=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #495CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CCB is #B6A334. Grayscale: #626262. Windows color (decimal): -11969333 or 13327433. OLE color: 13327433.
HSL color Cylindrical-coordinate representation of color #495CCB: hue angle of 231.23º 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 #495CCB is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 92 | 203 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.20 |
| HSL | 231.23º | 0.56% | 0.54% | - |
| HSV(B) | 231.23º | 0.64% | 0.8% | - |
| XYZ | 17.35 | 13.38 | 58.17 | - |
| YUV | 98.97 | 186.71 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 203 | 0.64 | 0.55 | 0 | 0.20 | 231.23 | 0.56 | 0.54 |
| Hex | 49 | 5C | CB | 40 | 37 | 0 | 14 | E7 | 38 | 36 |
| Octal | 111 | 134 | 313 | 100 | 67 | 0 | 24 | 347 | 70 | 66 |
| Binary | 1001001 | 1011100 | 11001011 | 1000000 | 110111 | 0 | 10100 | 11100111 | 111000 | 110110 |
Color Harmonies of #495CCB
Complementary color
Monochromatic Colors of #495CCB
Black with #495CCB
Text Example
Text Example
White with #495CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CCB; }
p { color: rgb(73,92,203); }
H1.HeaderClassName
{
color: #495CCB;
}
.AnyTagClassName
{
color: #495CCB;
}
</style>
background-color css
<style>
a { background-color: #495CCB; }
a { background-color: rgb(73,92,203); }
div.DivClassName
{
background-color: #495CCB;
}
.BgClassName
{
background-color: #495CCB;
}
</style>
border-color css
<style>
span { border-color: #495CCB; }
span { border-color: rgb(73,92,203); }
td.TdClassName
{
border-color: #495CCB;
}
.TagClassName
{
border-color: #495CCB;
}
</style>