Shades of Free Speech Blue #4155BE
Tints of Free Speech Blue #4155BE
RGB
CMYK
RGB Variations
Color information
#4155BE (or 0x4155BE) is known color: Free Speech Blue. HEX triplet: 41, 55 and BE. RGB value is (65,85,190). Sum of RGB (Red+Green+Blue) = 65+85+190=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #4155BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4155BE is #BEAA41. Grayscale: #5A5A5A. Windows color (decimal): -12495426 or 12473665. OLE color: 12473665.
HSL color Cylindrical-coordinate representation of color #4155BE: hue angle of 230.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4155BE is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 85 | 190 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.25 |
| HSL | 230.4º | 0.49% | 0.5% | - |
| HSV(B) | 230.4º | 0.66% | 0.75% | - |
| XYZ | 14.72 | 11.34 | 50.13 | - |
| YUV | 90.99 | 183.87 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 190 | 0.66 | 0.55 | 0 | 0.25 | 230.4 | 0.49 | 0.5 |
| Hex | 41 | 55 | BE | 42 | 37 | 0 | 19 | E6 | 31 | 32 |
| Octal | 101 | 125 | 276 | 102 | 67 | 0 | 31 | 346 | 61 | 62 |
| Binary | 1000001 | 1010101 | 10111110 | 1000010 | 110111 | 0 | 11001 | 11100110 | 110001 | 110010 |
Color Harmonies of #4155BE
Complementary color
Monochromatic Colors of #4155BE
Black with #4155BE
Text Example
Text Example
White with #4155BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4155BE; }
p { color: rgb(65,85,190); }
H1.HeaderClassName
{
color: #4155BE;
}
.AnyTagClassName
{
color: #4155BE;
}
</style>
background-color css
<style>
a { background-color: #4155BE; }
a { background-color: rgb(65,85,190); }
div.DivClassName
{
background-color: #4155BE;
}
.BgClassName
{
background-color: #4155BE;
}
</style>
border-color css
<style>
span { border-color: #4155BE; }
span { border-color: rgb(65,85,190); }
td.TdClassName
{
border-color: #4155BE;
}
.TagClassName
{
border-color: #4155BE;
}
</style>