Shades of Free Speech Blue #4155BB
Tints of Free Speech Blue #4155BB
RGB
CMYK
RGB Variations
Color information
#4155BB (or 0x4155BB) is known color: Free Speech Blue. HEX triplet: 41, 55 and BB. RGB value is (65,85,187). Sum of RGB (Red+Green+Blue) = 65+85+187=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #4155BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4155BB is #BEAA44. Grayscale: #5A5A5A. Windows color (decimal): -12495429 or 12277057. OLE color: 12277057.
HSL color Cylindrical-coordinate representation of color #4155BB: hue angle of 230.16º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4155BB is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 85 | 187 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.27 |
| HSL | 230.16º | 0.48% | 0.49% | - |
| HSV(B) | 230.16º | 0.65% | 0.73% | - |
| XYZ | 14.4 | 11.21 | 48.42 | - |
| YUV | 90.65 | 182.37 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 187 | 0.65 | 0.55 | 0 | 0.27 | 230.16 | 0.48 | 0.49 |
| Hex | 41 | 55 | BB | 41 | 37 | 0 | 1B | E6 | 30 | 31 |
| Octal | 101 | 125 | 273 | 101 | 67 | 0 | 33 | 346 | 60 | 61 |
| Binary | 1000001 | 1010101 | 10111011 | 1000001 | 110111 | 0 | 11011 | 11100110 | 110000 | 110001 |
Color Harmonies of #4155BB
Complementary color
Monochromatic Colors of #4155BB
Black with #4155BB
Text Example
Text Example
White with #4155BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4155BB; }
p { color: rgb(65,85,187); }
H1.HeaderClassName
{
color: #4155BB;
}
.AnyTagClassName
{
color: #4155BB;
}
</style>
background-color css
<style>
a { background-color: #4155BB; }
a { background-color: rgb(65,85,187); }
div.DivClassName
{
background-color: #4155BB;
}
.BgClassName
{
background-color: #4155BB;
}
</style>
border-color css
<style>
span { border-color: #4155BB; }
span { border-color: rgb(65,85,187); }
td.TdClassName
{
border-color: #4155BB;
}
.TagClassName
{
border-color: #4155BB;
}
</style>